summaryrefslogtreecommitdiff
path: root/gst/audiofx
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-07-08 20:08:18 -0400
committerThibault Saunier <tsaunier@igalia.com>2018-07-08 20:10:12 -0400
commit57be4d2da393842803b020f795e9760aff337b41 (patch)
tree77f3ec3727732a96a845e6eea44b92c49a02cf29 /gst/audiofx
parent9be72b585da795b7b7be56fb9e3a03aae17125c3 (diff)
scaletempo: Mark as Audio in classification
Diffstat (limited to 'gst/audiofx')
-rw-r--r--gst/audiofx/gstscaletempo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/gstscaletempo.c b/gst/audiofx/gstscaletempo.c
index 6bbc20f12..0bbbd56de 100644
--- a/gst/audiofx/gstscaletempo.c
+++ b/gst/audiofx/gstscaletempo.c
@@ -885,7 +885,7 @@ gst_scaletempo_class_init (GstScaletempoClass * klass)
gst_element_class_add_static_pad_template (gstelement_class, &src_template);
gst_element_class_add_static_pad_template (gstelement_class, &sink_template);
gst_element_class_set_static_metadata (gstelement_class, "Scaletempo",
- "Filter/Effect/Rate",
+ "Filter/Effect/Rate/Audio",
"Sync audio tempo with playback rate",
"Rov Juvano <rovjuvano@users.sourceforge.net>");