GNOME Bugzilla – Bug 347258
[wavparse] internal stream error reading gnome-game gnibbles sound wav files
Last modified: 2006-07-12 13:05:05 UTC
Please describe the problem: When playing gnibbles wav files, wavparse complain about an internal data stream error. Steps to reproduce: 1. gst-launch-0.10 filesrc location="./teleport.wav" ! wavparse ! alsasink 2. "ERROR: from element /pipeline0/wavparse0: Internal data stream error." Actual results: Expected results: Does this happen every time? Other information:
*** Bug 347259 has been marked as a duplicate of this bug. ***
*** Bug 347260 has been marked as a duplicate of this bug. ***
*** Bug 347261 has been marked as a duplicate of this bug. ***
All gnibbles .wav files (appear.wav bonus.wav crash.wav gobble.wav laughter.wav life.wav pop.wav reverse.wav teleport.wav) play fine for me with current gst-plugins-good CVS, so it looks like it's been fixed in CVS, probably by this commit: 2006-06-13 Wim Taymans <wim@fluendo.com> * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data): Handle premature EOS gracefully. Could you try with CVS and see if it works for you with that? (installing just gst/wavparse from CVS should be fine after it's been configured).
indeed: fixed in CVS HEAD
Thanks for confirming.