mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
queue2: fix debug message
We're not writing to the offset of the buffer
This commit is contained in:
parent
30c425c29f
commit
e3ca88ea7b
1 changed files with 1 additions and 1 deletions
|
@ -1624,7 +1624,7 @@ gst_queue2_create_write (GstQueue2 * queue, GstBuffer * buffer)
|
||||||
data = GST_BUFFER_DATA (buffer);
|
data = GST_BUFFER_DATA (buffer);
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (queue, "Writing %u bytes to %" G_GUINT64_FORMAT, size,
|
GST_DEBUG_OBJECT (queue, "Writing %u bytes to %" G_GUINT64_FORMAT, size,
|
||||||
GST_BUFFER_OFFSET (buffer));
|
writing_pos);
|
||||||
|
|
||||||
while (size > 0) {
|
while (size > 0) {
|
||||||
guint to_write;
|
guint to_write;
|
||||||
|
|
Loading…
Reference in a new issue