wavparse: Update offset after parsing adtl chunk

Otherwise we will parse it over and over again without ever
getting past it.

https://bugzilla.gnome.org/show_bug.cgi?id=731533
This commit is contained in:
Sebastian Dröge 2014-06-23 20:53:50 +02:00
parent 93653ae5f9
commit efaf996b1a

View file

@ -1451,6 +1451,7 @@ gst_wavparse_stream_headers (GstWavParse * wav)
data_size);
gst_buffer_unmap (buf, &map);
}
wav->offset += GST_ROUND_UP_2 (data_size);
break;
}
default: