Unify the long descriptions in the plugin details (#337263).
authorj^ <j@bootlab.org>
Thu, 6 Apr 2006 11:35:26 +0000 (11:35 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 6 Apr 2006 11:35:26 +0000 (11:35 +0000)
Original commit message from CVS:
Patch by: j^  <j at bootlab dot org>
* ext/amrwb/gstamrwbdec.c:
* ext/amrwb/gstamrwbenc.c:
* ext/amrwb/gstamrwbparse.c:
* ext/arts/gst_arts.c:
* ext/artsd/gstartsdsink.c:
* ext/audiofile/gstafparse.c:
* ext/audiofile/gstafsink.c:
* ext/audiofile/gstafsrc.c:
* ext/cdaudio/gstcdaudio.c:
* ext/directfb/dfbvideosink.c:
* ext/divx/gstdivxdec.c:
* ext/divx/gstdivxenc.c:
* ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
* ext/faac/gstfaac.c: (gst_faac_base_init):
* ext/faad/gstfaad.c:
* ext/gsm/gstgsmdec.c:
* ext/gsm/gstgsmenc.c:
* ext/hermes/gsthermescolorspace.c:
* ext/ivorbis/vorbisfile.c:
* ext/lcs/gstcolorspace.c:
* ext/libfame/gstlibfame.c:
* ext/libmms/gstmms.c: (gst_mms_base_init):
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
* ext/nas/nassink.c: (gst_nassink_base_init):
* ext/neon/gstneonhttpsrc.c:
* ext/polyp/polypsink.c: (gst_polypsink_base_init):
* ext/sdl/sdlaudiosink.c:
* ext/sdl/sdlvideosink.c:
* ext/shout/gstshout.c:
* ext/snapshot/gstsnapshot.c:
* ext/sndfile/gstsf.c:
* ext/tarkin/gsttarkindec.c:
* ext/tarkin/gsttarkinenc.c:
* ext/theora/theoradec.c:
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
* ext/xvid/gstxviddec.c:
* ext/xvid/gstxvidenc.c:
* gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
* gst/chart/gstchart.c:
* gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
* gst/festival/gstfestival.c:
* gst/filter/gstiir.c:
* gst/filter/gstlpwsinc.c:
* gst/freeze/gstfreeze.c:
* gst/games/gstpuzzle.c: (gst_puzzle_base_init):
* gst/mixmatrix/mixmatrix.c:
* gst/mpeg1sys/gstmpeg1systemencode.c:
* gst/mpeg1videoparse/gstmp1videoparse.c:
* gst/mpeg2sub/gstmpeg2subt.c:
* gst/mpegaudioparse/gstmpegaudioparse.c:
* gst/multifilesink/gstmultifilesink.c:
* gst/overlay/gstoverlay.c:
* gst/passthrough/gstpassthrough.c:
* gst/playondemand/gstplayondemand.c:
* gst/qtdemux/qtdemux.c:
* gst/rtjpeg/gstrtjpegdec.c:
* gst/rtjpeg/gstrtjpegenc.c:
* gst/smooth/gstsmooth.c:
* gst/tta/gstttadec.c: (gst_tta_dec_base_init):
* gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
* gst/videocrop/gstvideocrop.c:
* gst/videodrop/gstvideodrop.c:
* gst/virtualdub/gstxsharpen.c:
* gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
* gst/y4m/gsty4mencode.c:
Unify the long descriptions in the plugin details (#337263).

ext/wavpack/gstwavpackdec.c
ext/wavpack/gstwavpackparse.c
gst/audiofx/audiowsinclimit.c
gst/equalizer/gstiirequalizer.c
gst/qtdemux/qtdemux.c
gst/videocrop/gstvideocrop.c

index a7df49c..50dcc79 100644 (file)
@@ -127,12 +127,11 @@ gst_wavpack_dec_wvclink (GstPad * pad, GstPad * peer)
 static void
 gst_wavpack_dec_base_init (gpointer klass)
 {
-  static GstElementDetails plugin_details = {
-    "WAVPACK decoder",
-    "Codec/Decoder/Audio",
-    "Decode Wavpack audio data",
-    "Arwed v. Merkatz <v.merkatz@gmx.net>"
-  };
+  static GstElementDetails plugin_details =
+      GST_ELEMENT_DETAILS ("WavePack audio decoder",
+      "Codec/Decoder/Audio",
+      "Decode Wavpack audio data",
+      "Arwed v. Merkatz <v.merkatz@gmx.net>");
   GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
 
   gst_element_class_add_pad_template (element_class,
index f00e337..59ef81f 100644 (file)
@@ -72,12 +72,11 @@ GST_BOILERPLATE (GstWavpackParse, gst_wavpack_parse, GstElement,
 
      static void gst_wavpack_parse_base_init (gpointer klass)
 {
-  static GstElementDetails plugin_details = {
-    "Wavpack file parser",
-    "Codec/Demuxer/Audio",
-    "Parses Wavpack files",
-    "Arwed v. Merkatz <v.merkatz@gmx.net>"
-  };
+  static GstElementDetails plugin_details =
+      GST_ELEMENT_DETAILS ("WavePack parser",
+      "Codec/Demuxer/Audio",
+      "Parses Wavpack files",
+      "Arwed v. Merkatz <v.merkatz@gmx.net>");
   GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
 
   gst_element_class_add_pad_template (element_class,
@@ -332,7 +331,8 @@ gst_wavpack_parse_scan_to_find_sample (GstWavpackParse * parse,
   /* now scan forward until we find the chunk we're looking for or hit EOS */
   do {
     WavpackHeader header = { {0,}
-    , 0, };
+    , 0,
+    };
     GstBuffer *buf;
 
     buf = gst_wavpack_parse_pull_buffer (parse, off, sizeof (WavpackHeader),
index bf2773e..a69c20f 100644 (file)
@@ -38,7 +38,8 @@
 #include <math.h>               /* M_PI */
 #include <string.h>             /* memmove */
 
-static GstElementDetails gst_lpwsinc_details = GST_ELEMENT_DETAILS ("LPWSinc",
+static GstElementDetails gst_lpwsinc_details =
+GST_ELEMENT_DETAILS ("Low-pass Windowed sinc filter",
     "Filter/Effect/Audio",
     "Low-pass Windowed sinc filter",
     "Thomas <thomas@apestaart.org>, " "Steven W. Smith");
index 0075ff1..c7d67d3 100644 (file)
@@ -129,12 +129,11 @@ gst_iir_equalizer_get_type (void)
 static void
 gst_iir_equalizer_base_init (gpointer g_class)
 {
-  static GstElementDetails iir_equalizer_details = {
-    "Equalizer",
-    "Filter/Effect/Audio",
-    "Direct Form IIR equalizer",
-    "Benjamin Otte <otte@gnome.org>"
-  };
+  static GstElementDetails iir_equalizer_details =
+      GST_ELEMENT_DETAILS ("Equalizer",
+      "Filter/Effect/Audio",
+      "Direct Form IIR equalizer",
+      "Benjamin Otte <otte@gnome.org>");
   GstIirEqualizerClass *klass = (GstIirEqualizerClass *) g_class;
   GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
   GstCaps *caps;
index 4637cd2..31b4f24 100644 (file)
@@ -118,12 +118,11 @@ enum QtDemuxState
 static GNode *qtdemux_tree_get_child_by_type (GNode * node, guint32 fourcc);
 static GNode *qtdemux_tree_get_sibling_by_type (GNode * node, guint32 fourcc);
 
-static GstElementDetails gst_qtdemux_details = {
-  "QuickTime Demuxer",
-  "Codec/Demuxer",
-  "Demultiplex a QuickTime file into audio and video streams",
-  "David Schleef <ds@schleef.org>"
-};
+static GstElementDetails gst_qtdemux_details =
+GST_ELEMENT_DETAILS ("QuickTime demuxer",
+    "Codec/Demuxer",
+    "Demultiplex a QuickTime file into audio and video streams",
+    "David Schleef <ds@schleef.org>");
 
 static GstStaticPadTemplate gst_qtdemux_sink_template =
     GST_STATIC_PAD_TEMPLATE ("sink",
index b12b292..fb2d400 100644 (file)
@@ -59,8 +59,7 @@ struct _GstVideoCropClass
 };
 
 /* elementfactory information */
-static GstElementDetails gst_video_crop_details =
-GST_ELEMENT_DETAILS ("video crop filter",
+static GstElementDetails gst_video_crop_details = GST_ELEMENT_DETAILS ("Crop",
     "Filter/Effect/Video",
     "Crops video into a user defined region",
     "Wim Taymans <wim.taymans@chello.be>");