mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
soundtouch: removing very annoying g_print() in pitch element
Fixes #612208.
This commit is contained in:
parent
5d0b8af8e6
commit
0664c55f05
1 changed files with 0 additions and 4 deletions
|
@ -667,10 +667,6 @@ gst_pitch_src_query (GstPad * pad, GstQuery * query)
|
||||||
GST_DEBUG ("Calculated total latency : min %"
|
GST_DEBUG ("Calculated total latency : min %"
|
||||||
GST_TIME_FORMAT " max %" GST_TIME_FORMAT,
|
GST_TIME_FORMAT " max %" GST_TIME_FORMAT,
|
||||||
GST_TIME_ARGS (min), GST_TIME_ARGS (max));
|
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_query_set_latency (query, live, min, max);
|
||||||
}
|
}
|
||||||
gst_object_unref (peer);
|
gst_object_unref (peer);
|
||||||
|
|
Loading…
Reference in a new issue