Gst.Element.prototype.abort_state

function abort_state():void {
    // Gjs wrapper for gst_element_abort_state()
}

Abort the state change of the element. This function is used by elements that do asynchronous state changes and find out something is wrong.

This function should be called with the STATE_LOCK held.

MT safe.