bufferpool: fix log message of buffer pointer

This commit is contained in:
Stian Selnes 2014-04-15 15:55:25 +02:00 committed by Wim Taymans
parent 9f9503ca0e
commit 40c8208ad2

View file

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