[gst-devel] help with pipeline please
Benjamin Collar
collar at onlinehome.de
Tue Mar 16 23:07:02 CET 2004
Greetings
I'm trying to convert some .ape files into .ogg. I'm using gst 0.6 generally
because that's what's available on Gentoo.
So here's the pipeline and the result. Why does it abort? And why isn't there
an error message telling me what's going on?
gst-launch-0.6 -v --gst-plugin-spew filesrc location=./01.ape ! monkeydec !
lame ! filesink location=01.mp3
INFO ( 4142: 0) Initializing GStreamer Core Library version 0.6.4
INFO ( 4142: 0) CPU features: (00000762) MMX SSE 3DNOW MMXEXT
INFO ( 4142: 0) registry: loaded user_registry in 0.000208 seconds
(/home/saan/.gstreamer/registry.xml)
INFO ( 4142: 0) registry: loaded global_registry in 0.224998 seconds
(/var/lib/cache/gstreamer-0.6/registry.xml)
GStreamer-INFO: 0 live buffer(s)
GStreamer-INFO: 0 live bufferpool(s)
GStreamer-INFO: 0 live event(s)
RUNNING pipeline
/pipeline0/filesrc0.src: caps = (GstCaps *) { application/x-ape; }
/pipeline0/monkeydec0.sink: caps = (GstCaps *) { application/x-ape; }
/pipeline0/lame0.src: caps = (GstCaps *) { audio/x-mp3; }
/pipeline0/filesink0.sink: caps = (GstCaps *) { audio/x-mp3; }
/pipeline0/filesrc0.src: active = TRUE
/pipeline0/monkeydec0.sink: active = TRUE
/pipeline0/monkeydec0.src: active = TRUE
/pipeline0/lame0.sink: active = TRUE
/pipeline0/lame0.src: active = TRUE
/pipeline0/filesink0.sink: active = TRUE
Aborted
Thanks
Ben
More information about the gstreamer-devel
mailing list