After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580091 - soundtouch plugin fails to load
soundtouch plugin fails to load
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-24 09:25 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2009-04-24 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2009-04-24 09:25:32 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
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-04-24 11:28:48 UTC
Found it, fix follows soon.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-04-24 12:47:53 UTC
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