[gst-devel] problem in playing raw audio data on gutsy
Michael Smith
msmith at xiph.org
Tue Jul 1 19:15:42 CEST 2008
On Tue, Jul 1, 2008 at 4:04 AM, Ganesh Kundapur
<ganesh.kundapur at gmail.com> wrote:
>
> gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink
> WARNING: erroneous pipeline: no element "audioparse"
As well as having to install a newer version of gst-plugins-bad, so
that you have the audioparse element, like Sebastian suggested, your
pipeline obviously won't work right like that.
It's raw (headerless) audio, so you have to tell audioparse exactly
what format it is - it has a whole lot of properties to let you do
that.
Mike
More information about the gstreamer-devel
mailing list