ObjectWrap.addControlBinding

bool addControlBinding(gst.control_binding.ControlBinding binding)

Attach the #GstControlBinding to the object. If there already was a #GstControlBinding for this property it will be replaced.

The object's reference count will be incremented, and any floating reference will be removed (see [gst.object.ObjectWrap.refSink])

Parameters

bindingthe #GstControlBinding that should be used

Returns

false if the given binding has not been setup for this object or

has been setup for a non suitable property, true otherwise.