projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9b758
)
buffer: add more debug
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 13 Jun 2011 10:04:28 +0000
(12:04 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 13 Jun 2011 10:04:28 +0000
(12:04 +0200)
gst/gstbuffer.c
patch
|
blob
|
history
diff --git
a/gst/gstbuffer.c
b/gst/gstbuffer.c
index 9d4421d34992f9c9495072a9c7f3dfc01f7ef1ac..d335c05a1de0f5a2471e1a5c771e3a8162834493 100644
(file)
--- a/
gst/gstbuffer.c
+++ b/
gst/gstbuffer.c
@@
-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