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 122668 - [spider] Gstreamer fails to play a wave file because mulawdec isn't autoplugged
[spider] Gstreamer fails to play a wave file because mulawdec isn't autoplugged
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.3
Other Linux
: Normal major
: 0.8.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-18 20:53 UTC by mithrir
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Here is the file that won't play (253.65 KB, audio/x-wav)
2003-09-18 20:55 UTC, mithrir
Details

Description mithrir 2003-09-18 20:53:27 UTC
Gstreamer fails to play a wave file I have.  I think the format may be a
little weird.
Comment 1 mithrir 2003-09-18 20:55:15 UTC
Created attachment 20066 [details]
Here is the file that won't play
Comment 2 Jeremy Simon 2003-09-19 22:39:31 UTC
It plays fine with this pipeline :
gst-launch filesrc location=test.wav ! wavparse ! mulawdec ! osssink

Did you try to play it with a gstreamer based application ?


Comment 3 Ronald Bultje 2003-09-20 06:41:36 UTC
Spider doesn't insert mulawdec when needed. There's another such bug,
but I forgot which one. Can someone please dup this bug? :).
Comment 4 mithrir 2003-09-20 17:42:26 UTC
OK.. this works to play it:
john@johnspiegel john $ gst-launch-0.6 filesrc
location=VoiceMessage.wav ! wavparse ! mulawdec ! osssink

however, if I try to play it in gst-player(0.6.0), I get this error:
"Could not set caps" when I load the file, and this one: "wavparse:
format -1082 not handled" when I try to play it.  In Gnome sound
recorder(2.4.0), I get the "Could not set caps" error.  I have
gstreamer 0.6.3 installed
Comment 5 David Schleef 2004-03-06 03:28:10 UTC
Verified that this works in HEAD.
Comment 6 David Schleef 2004-03-18 20:17:30 UTC
Marking as fixed in 0.8.0.