mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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);
|
||||
|
||||
GST_DEBUG_OBJECT (queue, "Writing %u bytes to %" G_GUINT64_FORMAT, size,
|
||||
GST_BUFFER_OFFSET (buffer));
|
||||
writing_pos);
|
||||
|
||||
while (size > 0) {
|
||||
guint to_write;
|
||||
|
|
Loading…
Reference in a new issue