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 570262 - soundtouch/bpmdetect fails on file
soundtouch/bpmdetect fails on file
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.22
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-02 20:17 UTC by Wade Menard
Modified: 2009-02-10 09:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Wade Menard 2009-02-02 20:17:43 UTC
When using this pipeline:

gst-launch -m filesrc location=/path/to/my.mp3 ! decodebin ! \
audioconvert ! bpmdetect ! fakesink

I typically get output like
Got Message #76 from element "bpmdetect0" (tag): taglist, beats-per-minute=(double)110.95269775390625;
Got Message #78 from element "bpmdetect0" (tag): taglist, beats-per-minute=(double)124.76423645019531;
Got Message #80 from element "bpmdetect0" (tag): taglist, beats-per-minute=(double)154.19580078125;

However with one of my files I get no output from bpmdetect at all, and nothing I can see as a logged error with higher gst debug levels.

http://wademenard.fastmail.fm/bugs/12.%20Over%20the%20Edge.mp3
Comment 1 Sebastian Dröge (slomo) 2009-02-10 09:54:02 UTC
This is a bug in SoundTouch as it fails to detect the beat in this file.
Please file this bug at soundtouch.sf.net