mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:16:12 +00:00
gst/filter/gstiir.c: Fix name tag.
Original commit message from CVS: * gst/filter/gstiir.c: Fix name tag.
This commit is contained in:
parent
e8d0f5e3b3
commit
49e707606a
2 changed files with 6 additions and 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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue