From: Tiago Katcipis Date: Mon, 8 Mar 2010 15:23:48 +0000 (-0300) Subject: soundtouch: removing very annoying g_print() in pitch element X-Git-Tag: 1.19.3~507^2~17382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0664c55f05da565e096d184266d0197810de900b;p=platform%2Fupstream%2Fgstreamer.git soundtouch: removing very annoying g_print() in pitch element Fixes #612208. --- diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc index 2ad0509..3d82ee0 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);