GstMiniObjectFlags

Flags for the mini object GST_MINI_OBJECT_FLAG_LOCKABLE the object can be locked and unlocked with gst_mini_object_lock() and gst_mini_object_unlock(). GST_MINI_OBJECT_FLAG_LOCK_READONLY the object is permanently locked in READONLY mode. Only read locks can be performed on the object. GST_MINI_OBJECT_FLAG_LAST first flag that can be used by subclasses.

Values

ValueMeaning
LOCKABLE(1 << 0)
LOCK_READONLY(1 << 1)
LAST(1 << 4)

Meta