From 1dc8b0eab85b373342c85d24e93688f2ee3be4c7 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Mon, 30 Jan 2012 22:41:05 +0100 Subject: [PATCH] controller: rename control-bindings gst_control_binding_xxx -> gst_xxx_control_binding for consistency. --- 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 511e58e50f..b145baff62 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;