summaryrefslogtreecommitdiff
path: root/ext/soundtouch/gstbpmdetect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soundtouch/gstbpmdetect.cc')
-rw-r--r--ext/soundtouch/gstbpmdetect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soundtouch/gstbpmdetect.cc b/ext/soundtouch/gstbpmdetect.cc
index 41edba5b5..fec45c960 100644
--- a/ext/soundtouch/gstbpmdetect.cc
+++ b/ext/soundtouch/gstbpmdetect.cc
@@ -87,7 +87,7 @@ gst_bpm_detect_class_init (GstBPMDetectClass * klass)
gobject_class->finalize = gst_bpm_detect_finalize;
- gst_element_class_set_details_simple (element_class, "BPM Detector",
+ gst_element_class_set_metadata (element_class, "BPM Detector",
"Filter/Analyzer/Audio", "Detect the BPM of an audio stream",
"Sebastian Dröge <slomo@circular-chaos.org>");