summaryrefslogtreecommitdiffstats
path: root/gst/audiofx
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2008-11-10 13:59:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2008-11-10 13:59:27 +0000
commitb3dc426c4e855e0eb22c22b94566c0c5fa07f6a1 (patch)
tree481f395aa13fa50804988025fdbf413cbb91798b /gst/audiofx
parent499c3e520e58f13dec33874797fd922e953ae157 (diff)
gst/: Make author name consistent with others.
Original commit message from CVS: * gst/audiofx/audiowsincband.c: * gst/audiofx/audiowsinclimit.c: * gst/cutter/gstcutter.c: Make author name consistent with others.
Diffstat (limited to 'gst/audiofx')
-rw-r--r--gst/audiofx/audiowsincband.c2
-rw-r--r--gst/audiofx/audiowsinclimit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/audiofx/audiowsincband.c b/gst/audiofx/audiowsincband.c
index a7322842..60848b1b 100644
--- a/gst/audiofx/audiowsincband.c
+++ b/gst/audiofx/audiowsincband.c
@@ -81,7 +81,7 @@ static const GstElementDetails audio_wsincband_details =
GST_ELEMENT_DETAILS ("Band pass & band reject filter",
"Filter/Effect/Audio",
"Band pass and band reject windowed sinc filter",
- "Thomas <thomas@apestaart.org>, "
+ "Thomas Vander Stichele <thomas at apestaart dot org>, "
"Steven W. Smith, "
"Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>, "
"Sebastian Dröge <slomo@circular-chaos.org>");
diff --git a/gst/audiofx/audiowsinclimit.c b/gst/audiofx/audiowsinclimit.c
index 44c304cd..109b89bd 100644
--- a/gst/audiofx/audiowsinclimit.c
+++ b/gst/audiofx/audiowsinclimit.c
@@ -79,7 +79,7 @@ static const GstElementDetails audio_wsinclimit_details =
GST_ELEMENT_DETAILS ("Low pass & high pass filter",
"Filter/Effect/Audio",
"Low pass and high pass windowed sinc filter",
- "Thomas <thomas@apestaart.org>, "
+ "Thomas Vander Stichele <thomas at apestaart dot org>, "
"Steven W. Smith, "
"Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>, "
"Sebastian Dröge <slomo@circular-chaos.org>");