GstState

The posible states an element can be in. GST_STATE_VOID_PENDING no pending state. GST_STATE_NULL the NULL state or initial state of an element GST_STATE_READY the element is ready to go to PAUSED GST_STATE_PAUSED the element is PAUSED GST_STATE_PLAYING the element is PLAYING

Values

ValueMeaning
VOID_PENDING0
NULL1
READY2
PAUSED3
PLAYING4

Meta