mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
pulsesink: improve debug
This commit is contained in:
parent
c0140982ee
commit
373333c2b3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue