GNOME Bugzilla – Bug 437499
[wavparse] can't handle WAV file with 'LIST' header chunk
Last modified: 2007-05-11 15:58:00 UTC
Similar to bug 343837 $ totem /usr/share/wesnoth/sounds/fire.wav ** Message: Error: Could not demultiplex stream. gstwavparse.c(1262): gst_wavparse_stream_headers (): /play/decodebin0/wavparse0: Invalid WAV header (no fmt at start): LIST File attached below. Reported downstream at: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238661
Created attachment 87966 [details] fire.wav
Should be fixed in CVS: 2007-05-11 Tim-Philipp Müller <tim at centricular dot net> * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): Skip LIST chunks before the fmt chunk (fixes #437499). Also fix streaming mode regression for file from #343837 with 'bext' chunk before the 'fmt' chunk.