diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/filter/gstiir.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 */ |