mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
scaletempo: Mark as Audio in classification
This commit is contained in:
parent
9be72b585d
commit
57be4d2da3
1 changed files with 1 additions and 1 deletions
|
@ -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>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue