gst: sink: improve debug messages related to buffer management

This commit is contained in:
George Kiagiadakis 2024-05-28 16:49:16 +03:00
parent 1e2618f314
commit 0b7a62ae02
2 changed files with 4 additions and 2 deletions

View file

@ -166,7 +166,7 @@ acquire_buffer (GstBufferPool * pool, GstBuffer ** buffer,
*buffer = data->buf;
GST_OBJECT_UNLOCK (pool);
GST_LOG_OBJECT (pool, "acquire buffer %p", buffer);
GST_LOG_OBJECT (pool, "acquire buffer %p", *buffer);
return GST_FLOW_OK;