mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERT
This commit is contained in:
parent
bbca040336
commit
6be8225fde
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue