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:
parent
c93ea637ef
commit
4ac643c2d9
@ -1314,7 +1314,7 @@ gst_qtdemux_handle_src_event (GstPad * pad, GstEvent * event)
|
|||||||
if (!qtdemux_ensure_index (qtdemux))
|
if (!qtdemux_ensure_index (qtdemux))
|
||||||
goto index_failed;
|
goto index_failed;
|
||||||
ts = gst_util_get_timestamp () - ts;
|
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));
|
"Time taken to parse index %" GST_TIME_FORMAT, GST_TIME_ARGS (ts));
|
||||||
}
|
}
|
||||||
if (qtdemux->pullbased) {
|
if (qtdemux->pullbased) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user