summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/filter/gstiir.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d2bdb5..63fe4fdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/filter/gstiir.c:
+ Fix name tag.
+
2008-11-07 David Schleef <ds@schleef.org>
patch by: Thiago Sousa Santos <thiagossantos@gmail.com>
diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c
index ab4dbd99..cf37256c 100644
--- a/gst/filter/gstiir.c
+++ b/gst/filter/gstiir.c
@@ -40,7 +40,7 @@ GST_ELEMENT_DETAILS ("Infinite Impulse Response (IIR) filter",
"Filter/Effect/Audio",
"IIR filter based on vorbis code",
"Monty <monty@xiph.org>, "
- "Thomas <thomas@apestaart.org>, "
+ "Thomas Vander Stichele <thomas at apestaart dot org>, "
"Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>");
/* Filter signals and args */