ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 25 Jan 2007 21:55:49 +0000 (21:55 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 25 Jan 2007 21:55:49 +0000 (21:55 +0000)
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.

ext/wavpack/gstwavpackdec.c
ext/wavpack/gstwavpackparse.c

index a05d19465cc809c792399a348b2ca34c575b2c3e..cd010ff6c0874a08b6827640e1590e15415f157d 100644 (file)
@@ -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);
index 45b6e2d2c151e427fb08a30c6f93c8c70ecba9b5..47f6cd54abf042511793ad7ff3903af3a6b7957e 100644 (file)
@@ -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>, "