From 6be8225fde45ad4a15c4c73dc00022179ec4320f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 29 Jun 2014 20:02:14 +0200 Subject: [PATCH] pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERT --- ext/pulse/pulsesrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pulse/pulsesrc.c b/ext/pulse/pulsesrc.c index 7fc54d9..95eb4b7 100644 --- a/ext/pulse/pulsesrc.c +++ b/ext/pulse/pulsesrc.c @@ -1240,7 +1240,7 @@ gst_pulsesrc_create_stream (GstPulseSrc * pulsesrc, GstCaps ** caps, const pa_channel_map *m; GstStructure *s; gboolean need_channel_layout = FALSE; - GstAudioRingBufferSpec new_spec, *spec; + GstAudioRingBufferSpec new_spec, *spec = NULL; const gchar *name; int i; -- 2.7.4