ObjectGst.addControlBinding

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.ObjectGst.refSink)

class ObjectGst
bool
addControlBinding

Parameters

binding gst.control_binding.ControlBinding

the #GstControlBinding that should be used

Return Value

Type: bool

false if the given binding has not been setup for this object or has been setup for a non suitable property, true otherwise.