mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
adaptivedemux: Demote debugging level
This commit is contained in:
parent
69867f95e2
commit
e276d02d28
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ gst_adaptive_demux_src_query (GstPad * pad, GstObject * parent,
|
|||
}
|
||||
}
|
||||
GST_MANIFEST_UNLOCK (demux);
|
||||
GST_DEBUG_OBJECT (demux, "GST_QUERY_DURATION returns %s with duration %"
|
||||
GST_LOG_OBJECT (demux, "GST_QUERY_DURATION returns %s with duration %"
|
||||
GST_TIME_FORMAT, ret ? "TRUE" : "FALSE", GST_TIME_ARGS (duration));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue