mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6f9006c9b9
Some ADPCM encoding tools like Oxelon generate WAV files with wrong format header declaring an invalid bitrate. As wavparse uses the average bitrate to calculate timestamps and duration the decoder can be confused by receiving timestamps completely out of sync with the decoded samples. ADPCM is a CBR audio codec so we can calculate the average bitrate instead of trusting the format header. https://bugzilla.gnome.org/show_bug.cgi?id=636245 |
||
---|---|---|
.. | ||
Makefile.am | ||
riff-ids.h | ||
riff-media.c | ||
riff-media.h | ||
riff-read.c | ||
riff-read.h | ||
riff.c | ||
riff.def | ||
riff.h | ||
riff.vcproj |