GstMiniObjectFlags

Flags for the mini object

Values

ValueMeaning
Lockable1

the object can be locked and unlocked with gst.mini_object.MiniObject.lock and gst.mini_object.MiniObject.unlock.

LockReadonly2

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

MayBeLeaked4

the object is expected to stay alive even after gst.global.deinit has been called and so should be ignored by leak detection tools. (Since: 1.10)

Last16

first flag that can be used by subclasses.