From d65d542e9db6c446dcbc6dc87b8719eb27deaace Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 4 Aug 2009 11:17:17 +0200 Subject: rtpqdm2depay: Fix debug statement. --- gst/rtp/gstrtpqdmdepay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpqdmdepay.c b/gst/rtp/gstrtpqdmdepay.c index 32aaff3e..5eea2121 100644 --- a/gst/rtp/gstrtpqdmdepay.c +++ b/gst/rtp/gstrtpqdmdepay.c @@ -364,7 +364,7 @@ gst_rtp_qdm2_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf) avail = gst_adapter_available (rtpqdm2depay->adapter); if (G_UNLIKELY (avail)) { - GST_DEBUG ("Pushing out %d bytes of collected data"); + GST_DEBUG ("Pushing out %d bytes of collected data", avail); outbuf = gst_adapter_take_buffer (rtpqdm2depay->adapter, avail); GST_BUFFER_TIMESTAMP (outbuf) = rtpqdm2depay->ptimestamp; GST_DEBUG ("Outgoing buffer timestamp %" GST_TIME_FORMAT, -- cgit