diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2012-01-20 14:46:00 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2012-01-20 14:47:32 +0100 |
commit | 688b6c9ac89be8d397f5818dbc78c3f8bea3d629 (patch) | |
tree | 96fa29c0ff2127e3f44e0eb7897c7af9795e9ae0 /tests/icles | |
parent | 839ce7e59f036ec594df896380d19ef12f2e0a57 (diff) | |
download | gstreamer-plugins-bad-688b6c9ac89be8d397f5818dbc78c3f8bea3d629.tar.gz |
controller: adapt to control binding changes
Diffstat (limited to 'tests/icles')
-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 96a56b481..a1d160f7c 100644 --- a/tests/icles/pitch-test.c +++ b/tests/icles/pitch-test.c @@ -71,7 +71,7 @@ main (int argc, char **argv) csource = gst_interpolation_control_source_new (); g_object_set (csource, "mode", GST_INTERPOLATION_MODE_LINEAR, NULL); - gst_object_set_control_binding (pitch, + gst_object_add_control_binding (pitch, gst_control_binding_new (pitch, "pitch", GST_CONTROL_SOURCE (csource))); cs = (GstTimedValueControlSource *) csource; |