mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
gst: sink: improve debug messages related to buffer management
This commit is contained in:
parent
1e2618f314
commit
0b7a62ae02
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue