From 688b6c9ac89be8d397f5818dbc78c3f8bea3d629 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 20 Jan 2012 14:46:00 +0100 Subject: [PATCH] controller: adapt to control binding changes --- tests/icles/pitch-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/icles/pitch-test.c b/tests/icles/pitch-test.c index 96a56b481f..a1d160f7c5 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; -- 2.34.1