Date: Sat, 01 Apr 2006 14:02:31 +0200 From: Thomas <freebsdlists@bsdunix.ch> To: Alistair Sutton <alistair.sutton@gmail.com> Cc: gnome@freebsd.org Subject: Re: Gstreamer 0.10 playback error Message-ID: <442E6BD7.2060109@bsdunix.ch> In-Reply-To: <fa8f05950604010250y47a13225r505f982b64ea1f9e@mail.gmail.com> References: <fa8f05950604010250y47a13225r505f982b64ea1f9e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Alistair Sutton schrieb: > Hi, > > Has anybody else seen the following error when trying to playback a > file through gstreamer 0.10? > > (ajs@falter) ~/Audio/Various> gst-launch playbin > uri=file:///home/ajs/Audio/Various/wasted.mp3 > Setting pipeline to PAUSED ... > > ** (gst-launch-0.10:21611): WARNING **: could not link > audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, > width=(int)32, depth=(int)32, rate=(int){ 8000, 11025, 12000, 16000, > 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]: -4 > Pipeline is PREROLLING ... > Pipeline is PREROLLED ... > Setting pipeline to PLAYING ... > New clock: GstSystemClock > > The process then just sits there until I CTRL-C it. > > Playing the file manually with the following command works however: > > (ajs@falter) ~/Audio/Various> gst-launch filesrc location=wasted.mp3 ! > mad ! audioconvert ! audioresample ! osssink > > Testing the sound using gstreamer-properties produces the test beep as expected. > > Any suggestions? As marcus wrote in an earlier email in this mailing list: "Known issue. you need to switch from using the OSS sink to the ESD sink, and it will work." Mp3 worked for me after the change to ESD. I now have trouble with xvid/divx with totem. Cheers, Thomas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?442E6BD7.2060109>