Module: Gst::State
- Defined in:
- (unknown)
Constant Summary collapse
- VOID_PENDING =
no pending state.
0 or :void_pending
- NULL =
the NULL state or initial state of an element.
1 or :null
- READY =
the element is ready to go to PAUSED.
2 or :ready
- PAUSED =
the element is PAUSED, it is ready to accept and process data. Sink elements however only accept one buffer and then block.
3 or :paused
- PLAYING =
the element is PLAYING, the Gst::Clock is running and the data is flowing.
4 or :playing