[gst-devel] pipeline failing on mac osx

Sebastian Dröge slomo at circular-chaos.org
Thu May 17 11:15:15 CEST 2007


On Do, 2007-05-17 at 09:10 +0000, Tim Muller wrote:
> Pritesh Kumar <pritesh.kr at gmail.com> wrote :
> 
> > I tried this pipeline on mac osx:
> > gst-launch filesrc location=/volume/misc3/flu.wav ! wavparse ! osxaudiosink
> > it didn't work. Any ideas?
> 
> try ... ! wavparse ! audioconvert ! audioresample ! osxaudiosink

Especially the audioconvert is necesarry as wav files contain little
endian formated raw audio and os x (at least on PPC) wants big endian.

Also better use
gst-launch filesrc location=/volume/misc3/flu.wav ! decodebin !
audioconvert ! audioresample ! audioconvert ! osxaudiosink

as wav files can contain almost everything, even stuff that your
audiosink can't understand, for example mp3 frames.

Bye
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070517/1eeb440d/attachment.pgp>


More information about the gstreamer-devel mailing list