GstMiniObjectFlags

Flags for the mini object

Values

ValueMeaning
LOCKABLE1

the object can be locked and unlocked with gst_mini_object_lock() and gst_mini_object_unlock().

LOCK_READONLY2

the object is permanently locked in READONLY mode. Only read locks can be performed on the object.

LAST16

first flag that can be used by subclasses.

Meta