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 317771 - Mp3 to Ogg re-encoding on the fly causes gst-launch to die!
Mp3 to Ogg re-encoding on the fly causes gst-launch to die!
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.11
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-02 22:09 UTC by Erik Pettersson
Modified: 2006-03-03 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Erik Pettersson 2005-10-02 22:09:00 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)
Comment 1 Erik Pettersson 2005-10-02 22:09:34 UTC
Using the lame/oggenc works ok
Comment 2 Ronald Bultje 2005-10-02 22:18:39 UTC
Please run in gdb and provide a backtrace.
Comment 3 Luca Ognibene 2005-10-08 08:23:31 UTC
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!
Comment 4 Jan Schmidt 2006-01-20 11:24:11 UTC
ping: If this is still an issue, can someone please update us?
Comment 5 Jan Schmidt 2006-03-03 15:42:03 UTC
No response in 6 weeks. Closing.