:right-sidebar: True State =================================================================== .. currentmodule:: gi.repository.Gst .. class:: State :no-contents-entry: The possible states an element can be in. States can be changed using :func:`~gi.repository.Gst.Element.set_state` and checked using :func:`~gi.repository.Gst.Element.get_state`. Fields ------ .. rst-class:: interim-class .. class:: State :no-index: .. attribute:: NULL The type of the None singleton. .. attribute:: PAUSED The type of the None singleton. .. attribute:: PLAYING The type of the None singleton. .. attribute:: READY The type of the None singleton. .. attribute:: VOID_PENDING The type of the None singleton.