pulsesink: improve debug

This commit is contained in:
Wim Taymans 2012-04-24 15:57:19 +02:00 committed by Sebastian Dröge
parent c0140982ee
commit 373333c2b3

View 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;