queue2: add debug

This commit is contained in:
Wim Taymans 2010-06-16 11:09:25 +02:00
parent e882e1b533
commit e037dd37ae

View file

@ -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);
}
}