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
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