buffer: add more debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 13 Jun 2011 10:04:28 +0000 (12:04 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 13 Jun 2011 10:04:28 +0000 (12:04 +0200)
gst/gstbuffer.c

index 9d4421d..d335c05 100644 (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