After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 139012 - [monkeysdec] using monkey's audio plugin results in "ABORTED"
[monkeysdec] using monkey's audio plugin results in "ABORTED"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-04 07:55 UTC by Voltron Rex
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gzipped result of --gst-debug=*:5 (14.49 KB, application/octet-stream)
2004-04-04 07:56 UTC, Voltron Rex
Details

Description Voltron Rex 2004-04-04 07:55:31 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.
Comment 1 Voltron Rex 2004-04-04 07:56:32 UTC
Created attachment 26305 [details]
gzipped result of --gst-debug=*:5
Comment 2 Ronald Bultje 2004-04-17 01:39:07 UTC
Thomas just released a new fixed version. Can you retry with that?
Comment 3 Voltron Rex 2004-04-17 07:37:56 UTC
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 
Comment 4 Johan (not receiving bugmail) Dahlin 2004-09-20 15:13:42 UTC
Reporter: Can you please provide a link to an .ape file?
Comment 5 Ronald Bultje 2004-10-01 11:07:44 UTC
I can not reproduce this with current CVS. Monkey's audio support works great
for me.