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
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