gst-plugins-good: pulsesink: improve debug
Sebastian Dröge
slomo at kemper.freedesktop.org
Wed Apr 25 01:30:31 PDT 2012
Module: gst-plugins-good
Branch: master
Commit: 373333c2b311c21b62c4162fdbac3f6f7c2cf810
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=373333c2b311c21b62c4162fdbac3f6f7c2cf810
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 804d491..8f3389d 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -407,7 +407,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