GNOME Bugzilla – Bug 525665
Crash on Ogg/Vorbis with chain=NULL
Last modified: 2009-03-12 07:07:05 UTC
Steps to reproduce: 1. Open sample.ogg with "gst-launch-0.10 playbin uri=file://$PWD/sample.ogg" 2. That's all Stack trace: See attached file, it fixes the crash. Other information:
Created attachment 108446 [details] [review] Fix for gstoggdemux.c
Created attachment 108451 [details] Sample (Ogg/Vorbis) to reproduce the crash
Patch by: Victor STINNER <victor dot stinner at haypocalc dot com> * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain), (gst_ogg_demux_read_chain): When we fail to find a BOS page and we and up with no chain, error out properly instead of segfaulting. Fixes #525665.
*** Bug 496399 has been marked as a duplicate of this bug. ***