After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 437499 - [wavparse] can't handle WAV file with 'LIST' header chunk
[wavparse] can't handle WAV file with 'LIST' header chunk
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-10 16:30 UTC by Bastien Nocera
Modified: 2007-05-11 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fire.wav (19.02 KB, application/octet-stream)
2007-05-10 16:31 UTC, Bastien Nocera
Details

Description Bastien Nocera 2007-05-10 16:30:24 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
Comment 1 Bastien Nocera 2007-05-10 16:31:36 UTC
Created attachment 87966 [details]
fire.wav
Comment 2 Tim-Philipp Müller 2007-05-11 15:58:00 UTC
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.