summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-07-11 23:19:45 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-07-11 23:24:37 +0200
commit26651759bdd60a01b6b55d2f568e9ac61d055b11 (patch)
treeceafc616ef90bab244b7e7a3961520177fcaf9f0
parentc80e1b14f9578dcb2e26704c0a21c28eaf35e552 (diff)
pitch: register as effect
-rw-r--r--ext/soundtouch/gstpitch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc
index 332e0edd3..2ecd41d1a 100644
--- a/ext/soundtouch/gstpitch.cc
+++ b/ext/soundtouch/gstpitch.cc
@@ -112,7 +112,7 @@ gst_pitch_base_init (gpointer g_class)
&gst_pitch_sink_template);
gst_element_class_set_details_simple (gstelement_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>");
}