mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
bufferpool: fix log message of buffer pointer
This commit is contained in:
parent
f8c6552e5a
commit
6fdec47687
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ do_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer,
|
|||
gst_buffer_foreach_meta (*buffer, mark_meta_pooled, pool);
|
||||
|
||||
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