GstBinFlags

GstBinFlags are a set of flags specific to bins. Most are set/used internally. They can be checked using the GST_OBJECT_FLAG_IS_SET() macro, and (un)set using GST_OBJECT_FLAG_SET() and GST_OBJECT_FLAG_UNSET(). GST_BIN_FLAG_NO_RESYNC don't resync a state change when elements are added or linked in the bin. GST_BIN_FLAG_LAST the last enum in the series of flags for bins. Derived classes can use this as first value in a list of flags.

Values

ValueMeaning
NO_RESYNC(GstElementFlags.LAST << 0)
FLAG_LAST(GstElementFlags.LAST << 5)

Meta