Gjsify LogoGjsify Logo

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

Index

Enumeration Members

NULL: number

the NULL state or initial state of an element.

PAUSED: number

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

PLAYING: number

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

READY: number

the element is ready to go to PAUSED.

VOID_PENDING: number

no pending state.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method