GNOME Bugzilla – Bug 133631
gst-launch seg faults in gst_caps_free with no sink
Last modified: 2004-12-22 21:47:04 UTC
When trying to run the following pipeline gst-launch Segmentation faults gst-launch-0.7 filesrc location=/home/andrew/Blindspott\ -\ Phlex.ogg ! spider where ./bin/gst-launch-0.7 filesrc location=/home/andrew/Blindspott\ -\ Phlex.ogg ! vorbisfile runs through fine.
Created attachment 24132 [details] Backtrace
I get gst-launch Segmentation faulting at the same place when hitting control-c from within gst-launch-0.7 filesrc location=/home/andrew/file.ogg ! spider ! osssink
This is supposed to be fixed since this commit: 2004-02-04 David Schleef <ds@schleef.org> * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have a GstRealPad before accessing its structure members. Please reopen if not.