GstState

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

Values

ValueMeaning
VOID_PENDING0

no pending state.

NULL1

the NULL state or initial state of an element.

READY2

the element is ready to go to PAUSED.

PAUSED3

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

PLAYING4

the element is PLAYING, the #GstClock is running and the data is flowing.

Meta