wavparse: Initialize uninitialized variable

This commit is contained in:
Sebastian Dröge 2010-06-15 20:00:28 +02:00
parent acd0c1ff90
commit 715eb33d24

View file

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