summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog7
-rw-r--r--gst/audiofx/audiowsincband.c2
-rw-r--r--gst/audiofx/audiowsinclimit.c2
-rw-r--r--gst/cutter/gstcutter.c2
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cc558a88..f6bf44fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/audiofx/audiowsincband.c:
+ * gst/audiofx/audiowsinclimit.c:
+ * gst/cutter/gstcutter.c:
+ Make author name consistent with others.
+
2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
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>");
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 03dc9dce..9ebf9500 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -38,7 +38,7 @@ static const GstElementDetails cutter_details =
GST_ELEMENT_DETAILS ("Audio cutter",
"Filter/Editor/Audio",
"Audio Cutter to split audio into non-silent bits",
- "Thomas <thomas@apestaart.org>");
+ "Thomas Vander Stichele <thomas at apestaart dot org>");
static GstStaticPadTemplate cutter_src_factory = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,