Packages
gstreamer-1.0
Gst
ElementFlags
INDEXABLE
LAST
LOCKED_STATE
PROVIDE_CLOCK
REQUIRE_CLOCK
SINK
SOURCE
ElementFlags
Description:
[
Flags
]
public
enum
ElementFlags
The standard flags that an element may have.
Namespace:
Gst
Package:
gstreamer-1.0
Content:
Enum values:
INDEXABLE
-
the element can use an index
LAST
-
offset to define more flags
LOCKED_STATE
-
ignore state changes from parent
PROVIDE_CLOCK
-
the element can provide a clock
REQUIRE_CLOCK
-
the element requires a clock
SINK
-
the element is a sink
SOURCE
-
the element is a source.