mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
bufferpool: fix log message of buffer pointer
This commit is contained in:
parent
9f9503ca0e
commit
40c8208ad2
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ do_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer,
|
|||
GST_BUFFER_FLAG_UNSET (*buffer, GST_BUFFER_FLAG_TAG_MEMORY);
|
||||
|
||||
GST_LOG_OBJECT (pool, "allocated buffer %d/%d, %p", cur_buffers,
|
||||
max_buffers, buffer);
|
||||
max_buffers, *buffer);
|
||||
|
||||
return result;
|
||||
|
||||
|
|
Loading…
Reference in a new issue