TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
The possible return values from a state change function such as gst_element_set_state(). Only GST_STATE_CHANGE_FAILURE is a real failure.
gst_element_set_state()
GST_STATE_CHANGE_FAILURE
the state change will happen asynchronously
the state change failed
the state change succeeded but the element cannot produce data in Gst.State.PAUSED. This typically happens with live sources.
the state change succeeded
The possible return values from a state change function such as
gst_element_set_state(). OnlyGST_STATE_CHANGE_FAILUREis a real failure.