:right-sidebar: True ElementFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: ElementFlags :no-contents-entry: The standard flags that an element may have. Fields ------ .. rst-class:: interim-class .. class:: ElementFlags :no-index: .. attribute:: INDEXABLE The element can use an index .. attribute:: LAST Offset to define more flags .. attribute:: LOCKED_STATE Ignore state changes from parent .. attribute:: PROVIDE_CLOCK The element can provide a clock .. attribute:: REQUIRE_CLOCK The element requires a clock .. attribute:: SINK The element is a sink .. attribute:: SOURCE The element is a source.