wavparse: Initialize uninitialized variable
This commit is contained in:
parent
acd0c1ff90
commit
715eb33d24
@ -1162,7 +1162,7 @@ static GstFlowReturn
|
||||
gst_wavparse_stream_headers (GstWavParse * wav)
|
||||
{
|
||||
GstFlowReturn res = GST_FLOW_OK;
|
||||
GstBuffer *buf;
|
||||
GstBuffer *buf = NULL;
|
||||
gst_riff_strf_auds *header = NULL;
|
||||
guint32 tag, size;
|
||||
gboolean gotdata = FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user