[0.10] gst-plugins-good: pulsesink: improve debug

Wim Taymans wtay at kemper.freedesktop.org
Tue Apr 24 06:57:39 PDT 2012


Module: gst-plugins-good
Branch: 0.10
Commit: 0365392d96441f3c1e3bf2b4e15e0ab6d975f902
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=0365392d96441f3c1e3bf2b4e15e0ab6d975f902

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Tue Apr 24 15:57:19 2012 +0200

pulsesink: improve debug

---

 ext/pulse/pulsesink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c
index 2efb177..5751d57 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -417,7 +417,7 @@ gst_pulsering_context_subscribe_cb (pa_context * c,
     GstPulseRingBuffer *pbuf = (GstPulseRingBuffer *) walk->data;
     psink = GST_PULSESINK_CAST (GST_OBJECT_PARENT (pbuf));
 
-    GST_LOG_OBJECT (psink, "type %d, idx %u", t, idx);
+    GST_LOG_OBJECT (psink, "type %04x, idx %u", t, idx);
 
     if (!pbuf->stream)
       continue;



More information about the gstreamer-commits mailing list