[gst-cvs] gst-plugins-good: rtpqdm2depay: Fix debug statement.
Edward Hervey
bilboed at kemper.freedesktop.org
Tue Aug 4 02:13:35 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: d65d542e9db6c446dcbc6dc87b8719eb27deaace
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=d65d542e9db6c446dcbc6dc87b8719eb27deaace
Author: Edward Hervey <bilboed at bilboed.com>
Date: Tue Aug 4 11:17:17 2009 +0200
rtpqdm2depay: Fix debug statement.
---
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 32aaff3..5eea212 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,
More information about the Gstreamer-commits
mailing list