diff options
| -rw-r--r-- | gst/rtp/gstrtpqdmdepay.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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,  | 
