GNOME Bugzilla – Bug 122668
[spider] Gstreamer fails to play a wave file because mulawdec isn't autoplugged
Last modified: 2004-12-22 21:47:04 UTC
Gstreamer fails to play a wave file I have. I think the format may be a little weird.
Created attachment 20066 [details] Here is the file that won't play
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 ?
Spider doesn't insert mulawdec when needed. There's another such bug, but I forgot which one. Can someone please dup this bug? :).
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
Verified that this works in HEAD.
Marking as fixed in 0.8.0.