Enumeration (GI Enum)

Gst-1.0GstState

The possible states an element can be in. States can be changed using gst_element_set_state() and checked using gst_element_get_state().

Index
NULL: 1

the NULL state or initial state of an element.

PAUSED: 3

the element is PAUSED, it is ready to accept and process data. Sink elements however only accept one buffer and then block.

PLAYING: 4

the element is PLAYING, the Gst.Clock is running and the data is flowing.

READY: 2

the element is ready to go to PAUSED.

VOID_PENDING: 0

no pending state.

Variables

$gtype