GNOME Bugzilla – Bug 317771
Mp3 to Ogg re-encoding on the fly causes gst-launch to die!
Last modified: 2006-03-03 15:42:03 UTC
Version details: gst-launch-0.8, GStreamer 0.8.11 Core 0.8.11 Distribution/Version: Debian gst-launch --version GStreamer (gst-launch-0.8) GStreamer (Debian) 0.8.11 provided by http://packages.qa.debian.org/gstreamer0.8 release 1 using GStreamer Core Library version 0.8.11 ERROR: *** glibc detected *** corrupted double-linked list: 0x08166478 *** reencode.sh: line 1: 480 Aborted gst-launch filesrc location=/dev/stdin ! decodebin ! audioconvert ! vorbisenc quality=2 ! filesink location=/dev/stdout I get that when I try to convert mp3 stream to ogg stream. Drop in replacement would be: lame --decode --mp3input - - | oggenc -q 2 - (but I wanted to test gstreamer)
Using the lame/oggenc works ok
Please run in gdb and provide a backtrace.
This works fine here: luogni@bucefalo:~/Temp$ ~/Sorgenti/devel/gstreamer/tools/gst-launch-0.8 filesrc location="/dev/stdin" ! decodebin ! audioconvert ! vorbisenc quality=2.0 ! filesink location="/dev/stdout" < /mnt/stor/Multimedia/Musica/Varia/skaradio.mp3 > temp.ogg well i can't playback temp.ogg because at the beginning there's gst-launch output :) but this is normal! Am i testing the right pipeline? Can you provide your script? Does it segfault on all files? Can you provide a backtrace? (http://live.gnome.org/GettingTraces) thanks!
ping: If this is still an issue, can someone please update us?
No response in 6 weeks. Closing.