mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init): * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init): Fix spelling in 2 places: It's called Wavpack, not WavePack.
This commit is contained in:
parent
ca6a88a8fc
commit
713a4c725c
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-01-25 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
|
||||
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
|
||||
Fix spelling in 2 places: It's called Wavpack, not WavePack.
|
||||
|
||||
2007-01-25 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/multifile/gstmultifilesink.c:
|
||||
|
|
|
@ -90,9 +90,9 @@ static void
|
|||
gst_wavpack_dec_base_init (gpointer klass)
|
||||
{
|
||||
static const GstElementDetails plugin_details =
|
||||
GST_ELEMENT_DETAILS ("WavePack audio decoder",
|
||||
GST_ELEMENT_DETAILS ("Wavpack audio decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Decode Wavpack audio data",
|
||||
"Decodes Wavpack audio data",
|
||||
"Arwed v. Merkatz <v.merkatz@gmx.net>, "
|
||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||
|
|
|
@ -96,7 +96,7 @@ static void
|
|||
gst_wavpack_parse_base_init (gpointer klass)
|
||||
{
|
||||
static const GstElementDetails plugin_details =
|
||||
GST_ELEMENT_DETAILS ("WavePack parser",
|
||||
GST_ELEMENT_DETAILS ("Wavpack parser",
|
||||
"Codec/Demuxer/Audio",
|
||||
"Parses Wavpack files",
|
||||
"Arwed v. Merkatz <v.merkatz@gmx.net>, "
|
||||
|
|
Loading…
Reference in a new issue