pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERT
This commit is contained in:
parent
bbca040336
commit
6be8225fde
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user