Gst.Object.prototype.remove_control_binding
function remove_control_binding(binding:Gst.ControlBinding):Boolean { // Gjs wrapper for gst_object_remove_control_binding() }
Removes the corresponding Gst.ControlBinding. If it was the last ref of the binding, it will be disposed.
- binding
the binding
- Returns
true if the binding could be removed.