Home
last modified time | relevance | path

Searched refs:control_bindings (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstobject.c389 if (self->control_bindings) { in gst_object_dispose()
392 for (node = self->control_bindings; node; node = g_list_next (node)) { in gst_object_dispose()
395 g_list_free (self->control_bindings); in gst_object_dispose()
396 self->control_bindings = NULL; in gst_object_dispose()
1074 for (node = self->control_bindings; node; node = g_list_next (node)) { in gst_object_find_control_binding()
1145 if (!object->control_bindings) in gst_object_sync_values()
1151 for (node = object->control_bindings; node; node = g_list_next (node)) { in gst_object_sync_values()
1180 for (node = object->control_bindings; node; node = g_list_next (node)) { in gst_object_has_active_control_bindings()
1204 for (node = object->control_bindings; node; node = g_list_next (node)) { in gst_object_set_control_bindings_disabled()
1265 object->control_bindings = g_list_remove (object->control_bindings, old); in gst_object_add_control_binding()
[all …]
Dgstobject.h182 GList *control_bindings; /* List of GstControlBinding */ member
/third_party/gstreamer/gstplugins_bad/
DChangeLog77260 control_bindings = 0x0, control_rate = 100000000,