GNOME Bugzilla – Bug 139012
[monkeysdec] using monkey's audio plugin results in "ABORTED"
Last modified: 2004-12-22 21:47:04 UTC
With the pipeline shown below I get this response: /pipeline0/filesrc0.src: caps = application/x-ape /pipeline0/monkeysdec0.sink: caps = application/x-ape /pipeline0/lame0.src: caps = audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)8000, channels=(int)1 /pipeline0/filesink0.sink: caps = audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)8000, channels=(int)1 /pipeline0/filesrc0.src: active = TRUE /pipeline0/monkeysdec0.sink: active = TRUE /pipeline0/monkeysdec0.src: active = TRUE /pipeline0/lame0.sink: active = TRUE /pipeline0/lame0.src: active = TRUE /pipeline0/filesink0.sink: active = TRUE Aborted The pipeline is: /usr/local/bin/gst-launch-0.8 --gst-debug=*:5 -v filesrc location=./01.ape ! monkeysdec ! lame ! filesink location=01.mp3 The gstreamer suite is 0.8, as is the gst-plugins. Monkey's audio is today's CVS update. I think I have to use the CVS since there isn't a release yet. The same behaviour occurs in 0.6; this is very strange because 0.6 worked for me previously. I will attach a gzipped log file.
Created attachment 26305 [details] gzipped result of --gst-debug=*:5
Thomas just released a new fixed version. Can you retry with that?
I tried the monkey's audio plugin 0.8 that was released with gst-streamer and gst-plugins also at 0.8 (not 0.8.1). Do you want the gst-debug output again? It behaves the same: ABORT. Thanks Voltron
Reporter: Can you please provide a link to an .ape file?
I can not reproduce this with current CVS. Monkey's audio support works great for me.