Gst.ControlBinding.prototype.set_disabled

function set_disabled(disabled:Boolean):void {
    // Gjs wrapper for gst_control_binding_set_disabled()
}

This function is used to disable a control binding for some time, i.e. Gst.sync_values will do nothing.

disabled

boolean that specifies whether to disable the controller or not.