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 f8c6552e5a
commit 6fdec47687

View file

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