From: Wim Taymans Date: Tue, 24 Apr 2012 13:57:19 +0000 (+0200) Subject: pulsesink: improve debug X-Git-Tag: 1.19.3~509^2~7082 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=373333c2b311c21b62c4162fdbac3f6f7c2cf810;p=platform%2Fupstream%2Fgstreamer.git pulsesink: improve debug --- 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;