mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
bufferpool: add more debug info
This commit is contained in:
parent
6b794fa2ba
commit
b3c8264a14
1 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,10 @@ default_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer,
|
|||
static gboolean
|
||||
mark_meta_pooled (GstBuffer * buffer, GstMeta ** meta, gpointer user_data)
|
||||
{
|
||||
GstBufferPool *pool = user_data;
|
||||
|
||||
GST_DEBUG_OBJECT (pool, "marking meta %p as POOLED in buffer %p", *meta,
|
||||
buffer);
|
||||
GST_META_FLAG_SET (*meta, GST_META_FLAG_POOLED);
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue