mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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_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));
|
GST_TIME_FORMAT, ret ? "TRUE" : "FALSE", GST_TIME_ARGS (duration));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue