soundtouch: removing very annoying g_print() in pitch element

Fixes #612208.
This commit is contained in:
Tiago Katcipis 2010-03-08 12:23:48 -03:00 committed by Tim-Philipp Müller
parent 5d0b8af8e6
commit 0664c55f05

View 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);