state_change_return_get_name

function state_change_return_get_name(state_ret:Gst.StateChangeReturn):String {
    // Gjs wrapper for gst_element_state_change_return_get_name()
}

Gets a string representing the given state change result.

state_ret

a Gst.StateChangeReturn to get the name of.

Returns

a string with the name of the state result.