MiniObjectFlags
Description:
[ CCode ( cprefix = "GST_MINI_OBJECT_FLAG_" , type_id = "gst_mini_object_flags_get_type ()" ) ]
[ Flags ]
public enum MiniObjectFlags
Flags for the mini object
Content:
Enum values:
- LAST - first flag that can be used by
subclasses.
- LOCKABLE - the object can be locked
and unlocked with @lock and
@unlock.
- LOCK_READONLY - the object is
permanently locked in READONLY mode.
- MAY_BE_LEAKED - the object is
expected to stay alive even after deinit has been called and so should be ignored by leak
detection tools.