pitch: register as effect
authorStefan Sauer <ensonic@users.sf.net>
Wed, 11 Jul 2012 21:17:19 +0000 (23:17 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 11 Jul 2012 21:18:44 +0000 (23:18 +0200)
ext/soundtouch/gstpitch.cc

index 4531e92..0cba53a 100644 (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>");
 }