Gst.Object.prototype.set_control_binding_disabled

function set_control_binding_disabled(property_name:String, disabled:Boolean):void {
    // Gjs wrapper for gst_object_set_control_binding_disabled()
}

This function is used to disable the #GstController on a property for some time, i.e. gst_controller_sync_values() will do nothing for the property.

property_name

property to disable

disabled

boolean that specifies whether to disable the controller or not.