mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
queue2: add some more debug info
This commit is contained in:
parent
65752f7e8d
commit
d970d74842
1 changed files with 2 additions and 0 deletions
|
@ -2036,6 +2036,8 @@ gst_queue2_handle_src_query (GstPad * pad, GstQuery * query)
|
|||
estimated_total = -1;
|
||||
buffering_left = -1;
|
||||
}
|
||||
GST_DEBUG_OBJECT (queue, "estimated %" G_GINT64_FORMAT ", left %"
|
||||
G_GINT64_FORMAT, estimated_total, buffering_left);
|
||||
|
||||
gst_query_parse_buffering_range (query, &format, NULL, NULL, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue