ObjectGst.addControlBinding

Attach the gstreamer.ControlBinding to the object. If there already was a gstreamer.ControlBinding 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_ref_sink())

class ObjectGst
bool
addControlBinding

Parameters

binding ControlBinding

the gstreamer.ControlBinding 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.