diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2012-01-30 22:41:05 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2012-01-30 22:42:10 +0100 |
commit | 1dc8b0eab85b373342c85d24e93688f2ee3be4c7 (patch) | |
tree | 47c623dad5ec3344e8e0e940d209d29b01aefddb | |
parent | 3b74cca741314dd271fad94ac1bc130350604a05 (diff) | |
download | gstreamer-plugins-bad-1dc8b0eab85b373342c85d24e93688f2ee3be4c7.tar.gz |
controller: rename control-bindings
gst_control_binding_xxx -> gst_xxx_control_binding for consistency.
-rw-r--r-- | tests/icles/pitch-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/icles/pitch-test.c b/tests/icles/pitch-test.c index 511e58e50..b145baff6 100644 --- a/tests/icles/pitch-test.c +++ b/tests/icles/pitch-test.c @@ -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; |