From 0664c55f05da565e096d184266d0197810de900b Mon Sep 17 00:00:00 2001 From: Tiago Katcipis Date: Mon, 8 Mar 2010 12:23:48 -0300 Subject: [PATCH] soundtouch: removing very annoying g_print() in pitch element Fixes #612208. --- ext/soundtouch/gstpitch.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc index 2ad0509b5f..3d82ee0304 100644 --- a/ext/soundtouch/gstpitch.cc +++ b/ext/soundtouch/gstpitch.cc @@ -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);