GNOME Bugzilla – Bug 580091
soundtouch plugin fails to load
Last modified: 2009-04-24 12:47:53 UTC
Failed to load plugin '/usr/lib/gstreamer-0.10/libgstsoundtouch.so': /usr/lib/libBPM.so.1: undefined symbol: _ZN10soundtouch16FIFOSampleBufferC1Ej $ c++filt _ZN10soundtouch16FIFOSampleBufferC1Ej soundtouch::FIFOSampleBuffer::FIFOSampleBuffer(unsigned int) this is ubuntu 8.10 using $ apt-cache show libsoundtouch1c2 | grep Version: Version: 1.3.1-2
Found it, fix follows soon.
commit d60a472bb501e8ec58305d40731ea5d5fbf5c9fa Author: Stefan Kost <ensonic@users.sf.net> Date: Fri Apr 24 15:42:27 2009 +0300 soundtouch: fix configure to use proper shell syntax. fixes #580091