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
@ -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>
|
2007-01-25 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/multifile/gstmultifilesink.c:
|
* gst/multifile/gstmultifilesink.c:
|
||||||
|
@ -90,9 +90,9 @@ static void
|
|||||||
gst_wavpack_dec_base_init (gpointer klass)
|
gst_wavpack_dec_base_init (gpointer klass)
|
||||||
{
|
{
|
||||||
static const GstElementDetails plugin_details =
|
static const GstElementDetails plugin_details =
|
||||||
GST_ELEMENT_DETAILS ("WavePack audio decoder",
|
GST_ELEMENT_DETAILS ("Wavpack audio decoder",
|
||||||
"Codec/Decoder/Audio",
|
"Codec/Decoder/Audio",
|
||||||
"Decode Wavpack audio data",
|
"Decodes Wavpack audio data",
|
||||||
"Arwed v. Merkatz <v.merkatz@gmx.net>, "
|
"Arwed v. Merkatz <v.merkatz@gmx.net>, "
|
||||||
"Sebastian Dröge <slomo@circular-chaos.org>");
|
"Sebastian Dröge <slomo@circular-chaos.org>");
|
||||||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||||
|
@ -96,7 +96,7 @@ static void
|
|||||||
gst_wavpack_parse_base_init (gpointer klass)
|
gst_wavpack_parse_base_init (gpointer klass)
|
||||||
{
|
{
|
||||||
static const GstElementDetails plugin_details =
|
static const GstElementDetails plugin_details =
|
||||||
GST_ELEMENT_DETAILS ("WavePack parser",
|
GST_ELEMENT_DETAILS ("Wavpack parser",
|
||||||
"Codec/Demuxer/Audio",
|
"Codec/Demuxer/Audio",
|
||||||
"Parses Wavpack files",
|
"Parses Wavpack files",
|
||||||
"Arwed v. Merkatz <v.merkatz@gmx.net>, "
|
"Arwed v. Merkatz <v.merkatz@gmx.net>, "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user