From 01665d9da399bfdca8b401316e9cf2c43268bcdf Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 27 Aug 2012 09:00:45 +0200 Subject: [PATCH] pulsesrc: Only print caps if they're provided --- ext/pulse/pulsesrc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/pulse/pulsesrc.c b/ext/pulse/pulsesrc.c index 67629ec..32037df 100644 --- a/ext/pulse/pulsesrc.c +++ b/ext/pulse/pulsesrc.c @@ -1228,9 +1228,10 @@ gst_pulsesrc_create_stream (GstPulseSrc * pulsesrc, GstCaps ** caps, new_spec.info.channels); gst_caps_unref (*caps); *caps = gst_audio_info_to_caps (&new_spec.info); + + GST_DEBUG_OBJECT (pulsesrc, "Caps are %" GST_PTR_FORMAT, *caps); } - GST_DEBUG_OBJECT (pulsesrc, "Caps are %" GST_PTR_FORMAT, *caps); pa_stream_set_state_callback (pulsesrc->stream, gst_pulsesrc_stream_state_cb, pulsesrc); -- 2.7.4