mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.
Original commit message from CVS: * gst/audiofx/audioamplify.c: * gst/audiofx/audiochebband.c: * gst/audiofx/audiocheblimit.c: * gst/audiofx/audiodynamic.c: * gst/audiofx/audioinvert.c: * gst/audiofx/audiopanorama.c: * gst/audiofx/audiowsincband.c: * gst/audiofx/audiowsinclimit.c: Fix long description of audiofx elements. Fixes bug #515457.
This commit is contained in:
parent
1ba01acdc0
commit
f13c8b6576
9 changed files with 22 additions and 10 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2008-02-10 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/audiofx/audioamplify.c:
|
||||
* gst/audiofx/audiochebband.c:
|
||||
* gst/audiofx/audiocheblimit.c:
|
||||
* gst/audiofx/audiodynamic.c:
|
||||
* gst/audiofx/audioinvert.c:
|
||||
* gst/audiofx/audiopanorama.c:
|
||||
* gst/audiofx/audiowsincband.c:
|
||||
* gst/audiofx/audiowsinclimit.c:
|
||||
Fix long description of audiofx elements. Fixes bug #515457.
|
||||
|
||||
2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("AudioAmplify",
|
||||
GST_ELEMENT_DETAILS ("Audio amplifier",
|
||||
"Filter/Effect/Audio",
|
||||
"Amplifies an audio stream by a given factor",
|
||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("AudioChebBand",
|
||||
GST_ELEMENT_DETAILS ("Band pass & band reject filter",
|
||||
"Filter/Effect/Audio",
|
||||
"Chebyshev band pass and band reject filter",
|
||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("AudioChebLimit",
|
||||
GST_ELEMENT_DETAILS ("Low pass & high pass filter",
|
||||
"Filter/Effect/Audio",
|
||||
"Chebyshev low pass and high pass filter",
|
||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("AudioDynamic",
|
||||
GST_ELEMENT_DETAILS ("Dynamic range controller",
|
||||
"Filter/Effect/Audio",
|
||||
"Compressor and Expander",
|
||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("AudioInvert",
|
||||
GST_ELEMENT_DETAILS ("Audio inversion",
|
||||
"Filter/Effect/Audio",
|
||||
"Swaps upper and lower half of audio samples",
|
||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails element_details =
|
||||
GST_ELEMENT_DETAILS ("AudioPanorama",
|
||||
GST_ELEMENT_DETAILS ("Stereo positioning",
|
||||
"Filter/Effect/Audio",
|
||||
"Positions audio streams in the stereo panorama",
|
||||
"Stefan Kost <ensonic@users.sf.net>");
|
||||
|
|
|
@ -78,9 +78,9 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails audio_wsincband_details =
|
||||
GST_ELEMENT_DETAILS ("Band-pass and Band-reject Windowed sinc filter",
|
||||
GST_ELEMENT_DETAILS ("Band pass & band reject filter",
|
||||
"Filter/Effect/Audio",
|
||||
"Band-pass Windowed sinc filter",
|
||||
"Band pass and band reject windowed sinc filter",
|
||||
"Thomas <thomas@apestaart.org>, "
|
||||
"Steven W. Smith, "
|
||||
"Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>, "
|
||||
|
|
|
@ -76,9 +76,9 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||
|
||||
static const GstElementDetails audio_wsinclimit_details =
|
||||
GST_ELEMENT_DETAILS ("AudioWSincLimit",
|
||||
GST_ELEMENT_DETAILS ("Low pass & high pass filter",
|
||||
"Filter/Effect/Audio",
|
||||
"Low-pass and High-pass Windowed sinc filter",
|
||||
"Low pass and high pass windowed sinc filter",
|
||||
"Thomas <thomas@apestaart.org>, "
|
||||
"Steven W. Smith, "
|
||||
"Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>, "
|
||||
|
|
Loading…
Reference in a new issue