summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-08-04 11:17:17 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-08-04 11:17:17 +0200
commitd65d542e9db6c446dcbc6dc87b8719eb27deaace (patch)
tree69c4bc3071851b9b8b97447d218a296f0137a5a6
parent23dbb15ff56bb04717613c0797dcc5436a148677 (diff)
rtpqdm2depay: Fix debug statement.
-rw-r--r--gst/rtp/gstrtpqdmdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpqdmdepay.c b/gst/rtp/gstrtpqdmdepay.c
index 32aaff3e8..5eea2121a 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,