Package ch.bailu.gtk.gst
Schnittstelle ParseFlags
public interface ParseFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Always return %NULL when an error occurs
(default behaviour is to return partially constructed bins or elements
in some cases)static final int
If a bin only has a single element,
just return the element.static final int
Do not use any special parsing options.static final int
If more than one toplevel element is described
by the pipeline description string, put them in a #GstBin instead of a
#GstPipeline.
-
Felddetails
-
NONE
static final int NONEDo not use any special parsing options.- Siehe auch:
-
FATAL_ERRORS
static final int FATAL_ERRORSAlways return %NULL when an error occurs
(default behaviour is to return partially constructed bins or elements
in some cases)- Siehe auch:
-
NO_SINGLE_ELEMENT_BINS
static final int NO_SINGLE_ELEMENT_BINSIf a bin only has a single element,
just return the element.- Siehe auch:
-
PLACE_IN_BIN
static final int PLACE_IN_BINIf more than one toplevel element is described
by the pipeline description string, put them in a #GstBin instead of a
#GstPipeline. (Since: 1.10)- Siehe auch:
-