From 90cc963d11372ab213b9cf1a167d4c7d7c55fefd Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sat, 12 Nov 2011 15:37:37 +0200 Subject: [PATCH] controller: no need to explicitely add controlled properties anymore --- tests/icles/audio-trickplay.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/icles/audio-trickplay.c b/tests/icles/audio-trickplay.c index 8d03a33..bb52d00 100644 --- a/tests/icles/audio-trickplay.c +++ b/tests/icles/audio-trickplay.c @@ -124,12 +124,6 @@ main (gint argc, gchar ** argv) NULL); gst_object_unref (src_pad); - /* add a controller to the source */ - if (!gst_object_control_properties (GST_OBJECT (src), "freq", "volume", NULL)) { - GST_WARNING ("can't control source element"); - goto Error; - } - csource1 = gst_interpolation_control_source_new (); csource2 = gst_interpolation_control_source_new (); -- 2.7.4