controller: rename control-bindings

gst_control_binding_xxx -> gst_xxx_control_binding for consistency.
This commit is contained in:
Stefan Sauer 2012-01-30 22:41:05 +01:00
parent 3b74cca741
commit 1dc8b0eab8

View file

@ -72,7 +72,7 @@ main (int argc, char **argv)
g_object_set (csource, "mode", GST_INTERPOLATION_MODE_LINEAR, NULL);
gst_object_add_control_binding (pitch,
gst_control_binding_direct_new (pitch, "pitch",
gst_direct_control_binding_new (pitch, "pitch",
GST_CONTROL_SOURCE (csource)));
cs = (GstTimedValueControlSource *) csource;