Module: Gst::ElementFlags
- Defined in:
- (unknown)
Constant Summary collapse
- LOCKED_STATE =
ignore state changes from parent
16 or :locked_state
- SINK =
the element is a sink
32 or :sink
- SOURCE =
the element is a source.
64 or :source
- PROVIDE_CLOCK =
the element can provide a clock
128 or :provide_clock
- REQUIRE_CLOCK =
the element requires a clock
256 or :require_clock
- INDEXABLE =
the element can use an index
512 or :indexable
- LAST =
offset to define more flags
16384 or :last