GstObjectFlags

The standard flags that an gstobject may have. GST_OBJECT_DISPOSING the object is been destroyed, do use it anymore GST_OBJECT_FLOATING the object has a floating reference count (e.g. its not assigned to a bin) GST_OBJECT_FLAG_LAST subclasses can add additional flags starting from this flag

Values

ValueMeaning
DISPOSING(1 << 0)
FLOATING(1 << 1)
FLAG_LAST(1 << 4)

Meta