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

Enumeration Members

Enumeration Members

NULL: number

the NULL state or initial state of an element.

PAUSED: number

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

PLAYING: number

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

READY: number

the element is ready to go to PAUSED.

VOID_PENDING: number

no pending state.