[gstreamer-bugs] [Bug 148617] - AU files encoded with mulaw not working

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Aug 1 05:07:53 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=148617
GStreamer | gst-plugins | Ver: HEAD CVS

in7y118 at public.uni-hamburg.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG



------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-08-01 08:07 -------
1) The file doesn't play back fine with mulawdec, there's a snap at the
beginning that doesn't belong there.
2) This is because it's an au file, not raw mulaw.
3) So the correct pipeline is gst-launch filesrc location=test.au ! auparse !
mulawdec ! osssink
4) The real pipeline to test though is autoplugging, which would be gst-launch
filesrc location=test.au ! spider ! osssink

And the pipelines listed in 3 and 4 work fine (with recent cvs) on both my x86
and PPC, so it's not an endianness issue.


I'm closing the bug, because if I interpret it correctly, Brian tried gst-launch
filesrc location=test.au ! auparse ! osssink which does not ever link auparse to
osssink because auparse uses SOMETIMES pads and those are only linked when possible.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list