From: Wim Taymans Date: Thu, 6 Sep 2012 08:42:06 +0000 (+0200) Subject: pulse: improve debug X-Git-Tag: RELEASE-0.11.94~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=148ab7539beb06632da3cf731eebd1c8a97f35b9;p=platform%2Fupstream%2Fgst-plugins-good.git pulse: improve debug --- 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;