qtdemux: Debug -> info level for a message for benchmarking index parsing

The extra message output at higher levels affects the accuracy of the
benchmark.
This commit is contained in:
Robert Swain 2010-01-11 10:17:54 +01:00
parent c93ea637ef
commit 4ac643c2d9

View file

@ -1314,7 +1314,7 @@ gst_qtdemux_handle_src_event (GstPad * pad, GstEvent * event)
if (!qtdemux_ensure_index (qtdemux))
goto index_failed;
ts = gst_util_get_timestamp () - ts;
GST_DEBUG_OBJECT (qtdemux,
GST_INFO_OBJECT (qtdemux,
"Time taken to parse index %" GST_TIME_FORMAT, GST_TIME_ARGS (ts));
}
if (qtdemux->pullbased) {