Module: Gst::BinFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NO_RESYNC =
Don't resync a state change when elements are added or linked in the bin
16384 or :no_resync
- STREAMS_AWARE =
Indicates whether the bin can handle elements that add/remove source pads at any point in time without first posting a no-more-pads signal.
32768 or :streams_aware
- LAST =
The last enum in the series of flags for bins. Derived classes can use this as first value in a list of flags.
524288 or :last