buffer: add more debug

This commit is contained in:
Wim Taymans 2011-06-13 12:04:28 +02:00
parent 9b9b758688
commit d837268a77

View file

@ -500,7 +500,8 @@ gst_buffer_new_allocate (const GstMemoryAllocator * allocator, gsize size,
if (mem != NULL)
_memory_add (newbuf, mem);
GST_CAT_LOG (GST_CAT_BUFFER, "new %p of size %d", newbuf, size);
GST_CAT_LOG (GST_CAT_BUFFER, "new %p of size %d from allocator %p", newbuf,
size, allocator);
#endif
#if 0