Module: Gst::ParseFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
Do not use any special parsing options.
0 or :none
- FATAL_ERRORS =
Always return nil when an error occurs (default behaviour is to return partially constructed bins or elements in some cases)
1 or :fatal_errors
- NO_SINGLE_ELEMENT_BINS =
If a bin only has a single element, just return the element.
2 or :no_single_element_bins
- PLACE_IN_BIN =
If more than one toplevel element is described by the pipeline description string, put them in a Gst::Bin instead of a Gst::Pipeline. (Since: 1.10)
4 or :place_in_bin