Enumeration (GI Flags)

Gst-1.0GstMiniObjectFlags

Flags for the mini object

Index

Enumeration Members

LAST: number

first flag that can be used by subclasses.

LOCK_READONLY: number

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

LOCKABLE: number

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

MAY_BE_LEAKED: number

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