ControlBinding.syncValues

bool syncValues(gst.object.ObjectWrap object, gst.types.ClockTime timestamp, gst.types.ClockTime lastSync)

Sets the property of the object, according to the #GstControlSources that handles it and for the given timestamp.

If this function fails, it is most likely the application developers fault. Most probably the control sources are not setup correctly.

Parameters

objectthe object that has controlled properties
timestampthe time that should be processed
lastSyncthe last time this was called

Returns

true if the controller value could be applied to the object

property, false otherwise