controller: rename control-bindings
authorStefan Sauer <ensonic@users.sf.net>
Mon, 30 Jan 2012 21:41:05 +0000 (22:41 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 30 Jan 2012 21:42:10 +0000 (22:42 +0100)
gst_control_binding_xxx -> gst_xxx_control_binding for consistency.

tests/icles/pitch-test.c

index 511e58e50f8c8015e7813b8b619fdd134f7783e6..b145baff624a8f91f33f47b5ee69bef07b7ec7c7 100644 (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;