diff --git a/src/gst/gstpipewiresrc.c b/src/gst/gstpipewiresrc.c index 5341f6e6b..7e15a9268 100644 --- a/src/gst/gstpipewiresrc.c +++ b/src/gst/gstpipewiresrc.c @@ -407,7 +407,7 @@ buffer_recycle (GstMiniObject *obj) src = data->owner; data->queued = TRUE; - GST_LOG_OBJECT (obj, "recycle buffer"); + GST_LOG_OBJECT (src, "recycle buffer %p", obj); pw_thread_loop_lock (src->core->loop); if (src->stream) pw_stream_queue_buffer (src->stream, data->b);