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 347258 - [wavparse] internal stream error reading gnome-game gnibbles sound wav files
[wavparse] internal stream error reading gnome-game gnibbles sound wav files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.3
Other All
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-11 22:55 UTC by Sylvain BERTRAND
Modified: 2006-07-12 13:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sylvain BERTRAND 2006-07-11 22:55:24 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:
Comment 1 Fabio Bonelli 2006-07-11 23:30:46 UTC
*** Bug 347259 has been marked as a duplicate of this bug. ***
Comment 2 Fabio Bonelli 2006-07-11 23:30:54 UTC
*** Bug 347260 has been marked as a duplicate of this bug. ***
Comment 3 Fabio Bonelli 2006-07-11 23:30:59 UTC
*** Bug 347261 has been marked as a duplicate of this bug. ***
Comment 4 Tim-Philipp Müller 2006-07-12 08:51:17 UTC
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).
Comment 5 Sylvain BERTRAND 2006-07-12 12:58:47 UTC
indeed: fixed in CVS HEAD
Comment 6 Tim-Philipp Müller 2006-07-12 13:05:05 UTC
Thanks for confirming.