mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
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.
This commit is contained in:
parent
499c3e520e
commit
b3dc426c4e
4 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>");
|
||||
|
|
|
@ -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>");
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue