pitch: register as effect

This commit is contained in:
Stefan Sauer 2012-07-11 23:17:19 +02:00
parent 006fe188e7
commit 7b5340f3be

View file

@ -145,7 +145,7 @@ gst_pitch_class_init (GstPitchClass * klass)
gst_static_pad_template_get (&gst_pitch_sink_template));
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>");
}