GstParseFlags

Parsing options.

Values

ValueMeaning
None0

Do not use any special parsing options.

FatalErrors1

Always return null when an error occurs (default behaviour is to return partially constructed bins or elements in some cases)

NoSingleElementBins2

If a bin only has a single element, just return the element.

PlaceInBin4

If more than one toplevel element is described by the pipeline description string, put them in a #GstBin instead of a #GstPipeline. (Since: 1.10)