pulsesink: improve debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 Apr 2012 13:57:19 +0000 (15:57 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 25 Apr 2012 08:29:45 +0000 (10:29 +0200)
ext/pulse/pulsesink.c

index 804d491..8f3389d 100644 (file)
@@ -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;