ObjectGst.addControlBinding

Attach the GstControlBinding to the object. If there already was a GstControlBinding for this property it will be replaced. The object will take ownership of the binding.

class ObjectGst
int
addControlBinding

Parameters

binding ControlBinding

the GstControlBinding that should be used. [transfer full]

Return Value

Type: int

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

Meta