summaryrefslogtreecommitdiff
path: root/tests/icles
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-01-21 20:08:36 +0100
committerStefan Sauer <ensonic@users.sf.net>2012-01-23 11:04:30 +0100
commit20574b09a382d34c9c038e57dea3b1c43621b128 (patch)
tree718e920cee450f6d5cfc90f8ae1768bcffeb781d /tests/icles
parent840a3a5b36bbdda812d410b9516ef8a6c443c4b8 (diff)
downloadgstreamer-plugins-bad-20574b09a382d34c9c038e57dea3b1c43621b128.tar.gz
controller: move from control-binding to control-binding-direct
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/pitch-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/icles/pitch-test.c b/tests/icles/pitch-test.c
index a1d160f7c..511e58e50 100644
--- a/tests/icles/pitch-test.c
+++ b/tests/icles/pitch-test.c
@@ -72,7 +72,8 @@ main (int argc, char **argv)
g_object_set (csource, "mode", GST_INTERPOLATION_MODE_LINEAR, NULL);
gst_object_add_control_binding (pitch,
- gst_control_binding_new (pitch, "pitch", GST_CONTROL_SOURCE (csource)));
+ gst_control_binding_direct_new (pitch, "pitch",
+ GST_CONTROL_SOURCE (csource)));
cs = (GstTimedValueControlSource *) csource;
for (i = 0; i < 100; ++i) {