Module: Gst::MiniObjectFlags
- Defined in:
- (unknown)
Constant Summary collapse
- LOCKABLE =
the object can be locked and unlocked with gst_mini_object_lock() and gst_mini_object_unlock().
1 or :lockable
- LOCK_READONLY =
the object is permanently locked in READONLY mode. Only read locks can be performed on the object.
2 or :lock_readonly
- MAY_BE_LEAKED =
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)
4 or :may_be_leaked
- LAST =
first flag that can be used by subclasses.
16 or :last