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 307171 - decoding hangs for some MP3 files
decoding hangs for some MP3 files
Status: RESOLVED DUPLICATE of bug 140237
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-10 15:35 UTC by Stanislav Brabec
Modified: 2005-06-10 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stanislav Brabec 2005-06-10 15:35:34 UTC
Version details: GNOME 2.10
Distribution/Version: SuSE Linux 9.3 + Gentoo unstable

GStreamed mad decoder hangs for some MP3 files:

gst-launch -v filesrc location=test_file.mp3 ! mad ! osssink

Exactly, playing hangs for few minutes and then it continues. In these few
minutes, osssink does something strange (if I start playing another stream in
parallel, it plays, but sound is distorted).

Following commands creates output file with ugly drop-out (other decoders will
create correct wav):

gst-launch filesrc location=test_file.mp3 ! mad ! filesink location=out.wav

Playing out.wav does not hangs.

Note that I cannot attach the test_file,mp3 to this bug for copyright reasons,
but I can provide it in private message for debugging purposes.
Comment 1 Ronald Bultje 2005-06-10 16:57:19 UTC
I'm almost certain this is a dup of 140237, which I fixed yesterday. :).

*** This bug has been marked as a duplicate of 140237 ***