diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2008-11-10 14:01:42 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2008-11-10 14:01:42 +0000 |
commit | 49e707606a86b7183f955fb12332332da715d7e4 (patch) | |
tree | d27fc2b6c82805467a01bf02e13856da78d74364 /gst | |
parent | e8d0f5e3b34d1657a0afe7af421d349faca216ee (diff) | |
download | gst-plugins-bad-49e707606a86b7183f955fb12332332da715d7e4.tar.gz gst-plugins-bad-49e707606a86b7183f955fb12332332da715d7e4.tar.bz2 gst-plugins-bad-49e707606a86b7183f955fb12332332da715d7e4.zip |
gst/filter/gstiir.c: Fix name tag.
Original commit message from CVS:
* gst/filter/gstiir.c:
Fix name tag.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/filter/gstiir.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |