mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
buffer: add more debug
This commit is contained in:
parent
9b9b758688
commit
d837268a77
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue