Element.changeState

gst.types.StateChangeReturn changeState(gst.types.StateChange transition) nothrow

Perform transition on element.

This function must be called with STATE_LOCK held and is mainly used internally.

Parameters

transitionthe requested transition

Returns

the #GstStateChangeReturn of the state transition.