From 148ab7539beb06632da3cf731eebd1c8a97f35b9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 6 Sep 2012 10:42:06 +0200 Subject: [PATCH] pulse: improve debug --- ext/pulse/pulsesink.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index 5366f10..2fcc34b 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -1979,6 +1979,8 @@ gst_pulsesink_query_acceptcaps (GstPulseSink * psink, GstCaps * caps) ret = pad_caps != NULL; gst_caps_unref (pad_caps); + GST_DEBUG_OBJECT (psink, "caps %" GST_PTR_FORMAT, caps); + /* Either template caps didn't match, or we're still in NULL state */ if (!ret || !pbuf->context) goto done; -- 2.7.4