soundtouch: removing very annoying g_print() in pitch element
authorTiago Katcipis <tiagokatcipis@gmail.com>
Mon, 8 Mar 2010 15:23:48 +0000 (12:23 -0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 9 Mar 2010 18:13:14 +0000 (18:13 +0000)
Fixes #612208.

ext/soundtouch/gstpitch.cc

index 2ad0509..3d82ee0 100644 (file)
@@ -667,10 +667,6 @@ gst_pitch_src_query (GstPad * pad, GstQuery * query)
           GST_DEBUG ("Calculated total latency : min %"
               GST_TIME_FORMAT " max %" GST_TIME_FORMAT,
               GST_TIME_ARGS (min), GST_TIME_ARGS (max));
-          g_print ("Calculated total latency : min %"
-              GST_TIME_FORMAT " max %" GST_TIME_FORMAT,
-              GST_TIME_ARGS (min), GST_TIME_ARGS (max));
-
           gst_query_set_latency (query, live, min, max);
         }
         gst_object_unref (peer);