mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue