pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERT

This commit is contained in:
Sebastian Dröge 2014-06-29 20:02:14 +02:00
parent bbca040336
commit 6be8225fde

View file

@ -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;