GNOME Bugzilla – Bug 498667
gstreamer segfaults in faac
Last modified: 2007-11-21 09:46:15 UTC
Steps to reproduce: gst-launch-0.10 filesrc location=/tmp/out.wav \! faac \! filesink location=/tmp/out.aac Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /pipeline0/faac0: Internal GStreamer error: negotiation problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. Additional debug info: gstfaac.c(633): gst_faac_chain (): /pipeline0/faac0: format wasn't negotiated before chain function ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Caught SIGSEGV accessing address (nil) Stack trace:
+ Trace 179049
Other information:
* ext/faac/gstfaac.c: (gst_faac_sink_event): Don't try to flush the decoder on EOS when it was not initialized. Fixes #498667