mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
queue2: add debug
This commit is contained in:
parent
e882e1b533
commit
e037dd37ae
1 changed files with 3 additions and 2 deletions
|
@ -488,8 +488,9 @@ debug_ranges (GstQueue2 * queue)
|
|||
GstQueue2Range *walk;
|
||||
|
||||
for (walk = queue->ranges; walk; walk = walk->next) {
|
||||
GST_DEBUG_OBJECT (queue, "range %" G_GUINT64_FORMAT "-%" G_GUINT64_FORMAT,
|
||||
walk->offset, walk->writing_pos);
|
||||
GST_DEBUG_OBJECT (queue, "range %" G_GUINT64_FORMAT "-%" G_GUINT64_FORMAT
|
||||
", reading %" G_GUINT64_FORMAT, walk->offset, walk->writing_pos,
|
||||
walk->reading_pos);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue