mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +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;
|
GstQueue2Range *walk;
|
||||||
|
|
||||||
for (walk = queue->ranges; walk; walk = walk->next) {
|
for (walk = queue->ranges; walk; walk = walk->next) {
|
||||||
GST_DEBUG_OBJECT (queue, "range %" G_GUINT64_FORMAT "-%" G_GUINT64_FORMAT,
|
GST_DEBUG_OBJECT (queue, "range %" G_GUINT64_FORMAT "-%" G_GUINT64_FORMAT
|
||||||
walk->offset, walk->writing_pos);
|
", reading %" G_GUINT64_FORMAT, walk->offset, walk->writing_pos,
|
||||||
|
walk->reading_pos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue