GNOME Bugzilla – Bug 710215
audioiirfilter: Crashes when no coefficients are provided
Last modified: 2013-10-31 21:45:07 UTC
(segfault in gst-launch pipeline with audioiirfilter) Playing with gst-launch, I found the following: $ gst-launch-1.0 filesrc location=test.mp3 ! decodebin ! audioconvert ! audioiirfilter ! autoaudiosink Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Caught SIGSEGV accessing address (nil)
+ Trace 232622
Thread 2 (Thread 0x7f4c3ffff700 (LWP 3817))
I'm using gstreamer v1.0.10 on Fedora 19.
commit 2559557ff1a12ff97dd1619e8d004d35d9266511 Author: Sebastian Dröge <sebastian@centricular.com> Date: Thu Oct 31 22:43:49 2013 +0100 audioiirfilter: Don't crash if no filter coefficients are provided ...and by default use a identity filter. https://bugzilla.gnome.org/show_bug.cgi?id=710215