mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
pitch: register as effect
This commit is contained in:
parent
006fe188e7
commit
7b5340f3be
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ gst_pitch_class_init (GstPitchClass * klass)
|
||||||
gst_static_pad_template_get (&gst_pitch_sink_template));
|
gst_static_pad_template_get (&gst_pitch_sink_template));
|
||||||
|
|
||||||
gst_element_class_set_details_simple (element_class, "Pitch controller",
|
gst_element_class_set_details_simple (element_class, "Pitch controller",
|
||||||
"Filter/Converter/Audio", "Control the pitch of an audio stream",
|
"Filter/Effect/Audio", "Control the pitch of an audio stream",
|
||||||
"Wouter Paesen <wouter@blue-gate.be>");
|
"Wouter Paesen <wouter@blue-gate.be>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue