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 156477 - Ogg Vorbis file fails to play. Works with ogg123
Ogg Vorbis file fails to play. Works with ogg123
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.7
Other Linux
: Normal normal
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-26 14:06 UTC by Frej Soya
Modified: 2005-08-15 01:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frej Soya 2004-10-26 14:06:00 UTC
File will not play back with gstreamer (plugins 0.8.5, gstreamer 0.8.7). Works
fine with ogg123 from vorbis-tools 1.0.1

$gst-launch-ext-0.8 /mnt/share/a.ogg
Running command-line
gst-launch-0.8 filesrc location="/mnt/share/a.ogg" ! oggdemux ! vorbisdec !
audioconvert ! osssink

RUNNING pipeline ...
ERROR: from element /pipeline0/vorbisdec0: Could not decode stream.
Additional debug info:
vorbisdec.c(383): vorbis_dec_chain: /pipeline0/vorbisdec0:
unexpected packet type 111, expected 3
Execution ended after 16 iterations (sum 275020000 ns, average 17188750 ns, min
12000 ns, max 260319000 ns).

A copy exists here:
http://www.nybro.dk/~k52/a.ogg
Comment 1 Christian Fredrik Kalager Schaller 2004-10-26 14:53:11 UTC
A lot of people tested it and it worked for all. Should probably be closed?
Comment 2 David Schleef 2004-10-26 21:46:59 UTC
Doesn't work here.
Comment 3 alexander.winston 2004-11-01 14:25:00 UTC
Fails here as well. ogginfo says that its serial number is "00000000". Could
this be what's causing problems?
Comment 4 Ronald Bultje 2004-11-01 14:47:38 UTC
It cannot fail, because that error no longer exists. Please try again with
current CVS. I know and confirm that 0.8.5 failed to play this back.
Comment 5 alexander.winston 2004-11-02 02:20:16 UTC
Cool, works fine with CVS revision HEAD as of 2004-11-02T00:34:34+0000. Thanks
for the suggestion!