ObjectWrap.setControlBindingsDisabled
void setControlBindingsDisabled(bool disabled)This function is used to disable all controlled properties of the object for some time, i.e. [gst.object.ObjectWrap.syncValues] will do nothing.
Parameters
disabled | boolean that specifies whether to disable the controller or not. |