better/unified long descriptions
authorj^ <j@bootlab.org>
Wed, 29 Mar 2006 14:00:08 +0000 (14:00 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 29 Mar 2006 14:00:08 +0000 (14:00 +0000)
Original commit message from CVS:
Patch by: j^ <j at bootlab dot org>
* ext/alsa/gstalsamixerelement.c:
(gst_alsa_mixer_element_class_init):
* ext/alsa/gstalsasink.c:
* ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
* ext/ogg/gstoggdemux.c:
* ext/ogg/gstoggmux.c:
* ext/ogg/gstoggparse.c:
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttextoverlay.c:
* ext/pango/gsttextrender.c:
* ext/pango/gsttimeoverlay.c:
* ext/theora/theoradec.c:
* ext/theora/theoraenc.c:
* ext/vorbis/vorbisdec.c:
* ext/vorbis/vorbisenc.c:
* gst/audioconvert/gstaudioconvert.c:
* gst/subparse/gstsubparse.c:
* gst/tcp/gstmultifdsink.c:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c:
better/unified long descriptions
Fixes #336477

22 files changed:
ChangeLog
ext/alsa/gstalsamixerelement.c
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c
ext/ogg/gstoggdemux.c
ext/ogg/gstoggmux.c
ext/ogg/gstoggparse.c
ext/pango/gstclockoverlay.c
ext/pango/gsttextoverlay.c
ext/pango/gsttextrender.c
ext/pango/gsttimeoverlay.c
ext/theora/theoradec.c
ext/theora/theoraenc.c
ext/vorbis/vorbisdec.c
ext/vorbis/vorbisenc.c
gst/audioconvert/gstaudioconvert.c
gst/subparse/gstsubparse.c
gst/tcp/gstmultifdsink.c
gst/tcp/gsttcpclientsink.c
gst/tcp/gsttcpclientsrc.c
gst/tcp/gsttcpserversink.c
gst/tcp/gsttcpserversrc.c

index 21de0ec6b57f662a0131bc808a5612ca048f531f..7415f3fe235b908163ab2461db293cd70cf7c58e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-03-29  Wim Taymans  <wim@fluendo.com>
+
+       Patch by: j^ <j at bootlab dot org>
+
+       * ext/alsa/gstalsamixerelement.c:
+       (gst_alsa_mixer_element_class_init):
+       * ext/alsa/gstalsasink.c:
+       * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
+       * ext/ogg/gstoggdemux.c:
+       * ext/ogg/gstoggmux.c:
+       * ext/ogg/gstoggparse.c:
+       * ext/pango/gstclockoverlay.c:
+       * ext/pango/gsttextoverlay.c:
+       * ext/pango/gsttextrender.c:
+       * ext/pango/gsttimeoverlay.c:
+       * ext/theora/theoradec.c:
+       * ext/theora/theoraenc.c:
+       * ext/vorbis/vorbisdec.c:
+       * ext/vorbis/vorbisenc.c:
+       * gst/audioconvert/gstaudioconvert.c:
+       * gst/subparse/gstsubparse.c:
+       * gst/tcp/gstmultifdsink.c:
+       * gst/tcp/gsttcpclientsink.c:
+       * gst/tcp/gsttcpclientsrc.c:
+       * gst/tcp/gsttcpserversink.c:
+       * gst/tcp/gsttcpserversrc.c:
+         better/unified long descriptions
+         Fixes #336477
+
 2006-03-29  Wim Taymans  <wim@fluendo.com>
 
        * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
index ee83cf77890ce245b75b31a191fbb2a945b6415f..89d6f6dee14f51a5ea03197c58d30f6ae97b6a7b 100644 (file)
@@ -37,7 +37,7 @@ enum
 
 
 static GstElementDetails gst_alsa_mixer_element_details =
-GST_ELEMENT_DETAILS ("Alsa Mixer",
+GST_ELEMENT_DETAILS ("Alsa mixer",
     "Generic/Audio",
     "Control sound input and output levels with ALSA",
     "Leif Johnson <leif@ambient.2y.net>");
index 1113b345003b5efc16f8978b7e04ed01a16a69e1..c15a706d53958ff67b8d7f9d806f6578a116991b 100644 (file)
@@ -59,7 +59,7 @@
 
 /* elementfactory information */
 static GstElementDetails gst_alsasink_details =
-GST_ELEMENT_DETAILS ("Audio Sink (ALSA)",
+GST_ELEMENT_DETAILS ("Audio sink (ALSA)",
     "Sink/Audio",
     "Output to a sound card via ALSA",
     "Wim Taymans <wim@fluendo.com>");
index 353186ed1302009819e52c6b786658bd78a69e9f..e1dacceabeddf8251219df617f5713922d5a301f 100644 (file)
@@ -57,7 +57,7 @@
 
 /* elementfactory information */
 static GstElementDetails gst_alsasrc_details =
-GST_ELEMENT_DETAILS ("Audio Src (ALSA)",
+GST_ELEMENT_DETAILS ("Audio source (ALSA)",
     "Source/Audio",
     "Read from a sound card via ALSA",
     "Wim Taymans <wim@fluendo.com>");
index f881f9a900152ab5198871ae5f439abff04eaf90..5666d5f35b07b96b28483a1be4361098a91f7edf 100644 (file)
@@ -28,7 +28,7 @@
 #include <gst/gst-i18n-plugin.h>
 
 static GstElementDetails gst_ogg_demux_details =
-GST_ELEMENT_DETAILS ("ogg demuxer",
+GST_ELEMENT_DETAILS ("Ogg demuxer",
     "Codec/Demuxer",
     "demux ogg streams (info about ogg: http://xiph.org)",
     "Wim Taymand <wim@fluendo.com>");
index 44f100bcc4ae2e83b59a64630e42bb9e86091dba..07870435be8b09be5d3fde3acb53d61afa6bb0c3 100644 (file)
@@ -138,7 +138,7 @@ struct _GstOggMuxClass
 };
 
 /* elementfactory information */
-static GstElementDetails gst_ogg_mux_details = GST_ELEMENT_DETAILS ("ogg muxer",
+static GstElementDetails gst_ogg_mux_details = GST_ELEMENT_DETAILS ("Ogg muxer",
     "Codec/Muxer",
     "mux ogg streams (info about ogg: http://xiph.org)",
     "Wim Taymans <wim@fluendo.com>");
index 025defd4e3d38de2cce508fe4d34f5b569b24a86..e3090e8960619319733361b169d17690813eeaf4 100644 (file)
@@ -37,7 +37,7 @@
 #include <string.h>
 
 static GstElementDetails gst_ogg_parse_details =
-GST_ELEMENT_DETAILS ("ogg parser",
+GST_ELEMENT_DETAILS ("Ogg parser",
     "Codec/Parser",
     "parse ogg streams into pages (info about ogg: http://xiph.org)",
     "Michael Smith <msmith@fluendo.com>");
index 87f24ba48109859862cf51c2d501ee2443778169..b00d0b08879f6cd8621428ab604b0cad90469c51 100644 (file)
@@ -58,7 +58,7 @@
 #include <time.h>
 
 static GstElementDetails clock_overlay_details =
-GST_ELEMENT_DETAILS ("Clock Overlay",
+GST_ELEMENT_DETAILS ("Clock overlay",
     "Filter/Editor/Video",
     "Overlays the current clock time on a video stream",
     "Tim-Philipp Müller <tim@centricular.net>");
index 30912e845f732409746c9d96abf2a5e50cb1e9ca..f91db12d90f3915799d39757495b41f9197b822c 100644 (file)
@@ -94,7 +94,7 @@ GST_DEBUG_CATEGORY (pango_debug);
 #define GST_CAT_DEFAULT pango_debug
 
 static GstElementDetails text_overlay_details =
-GST_ELEMENT_DETAILS ("Text Overlay",
+GST_ELEMENT_DETAILS ("Text overlay",
     "Filter/Editor/Video",
     "Adds text strings on top of a video buffer",
     "David Schleef <ds@schleef.org>");
index 62740ba7349c2d389698dc752e051ff4445dc79f..990b89b62b31871da65cbd7ad08985945c7c9b8b 100644 (file)
@@ -55,7 +55,7 @@ GST_DEBUG_CATEGORY_EXTERN (pango_debug);
 #define GST_CAT_DEFAULT pango_debug
 
 static GstElementDetails text_render_details =
-GST_ELEMENT_DETAILS ("Text Render",
+GST_ELEMENT_DETAILS ("Text renderer",
     "Filter/Editor/Video",
     "Renders a text string to an image bitmap",
     "David Schleef <ds@schleef.org>, "
index 34633b12527038abaf0f4b8a86ea55fe36a9903f..93a9b905f708884a506ad5593207d4da54f4a326 100644 (file)
@@ -58,7 +58,7 @@
 #include <gsttimeoverlay.h>
 
 static GstElementDetails time_overlay_details =
-GST_ELEMENT_DETAILS ("Time Overlay",
+GST_ELEMENT_DETAILS ("Time overlay",
     "Filter/Editor/Video",
     "Overlays buffer time stamps on a video stream",
     "Tim-Philipp Müller <tim@centricular.net>");
index 210d0d7a78fcd2563c1eccb34c823cacbcd19676..71f44dc5742a9e472c1d57da25e6fbd6260b5b85 100644 (file)
@@ -58,7 +58,8 @@ enum
   ARG_CROP
 };
 
-static GstElementDetails theora_dec_details = GST_ELEMENT_DETAILS ("TheoraDec",
+static GstElementDetails theora_dec_details =
+GST_ELEMENT_DETAILS ("Theora video decoder",
     "Codec/Decoder/Video",
     "decode raw theora streams to raw YUV video",
     "Benjamin Otte <in7y118@public.uni-hamburg.de>, "
index d13c7d6751c07340f5770b5bbce6964c23a3ce75..eac20a9a9645ea6db18c6a86b0c80e289fdb7c62 100644 (file)
@@ -149,7 +149,8 @@ granulepos_to_timestamp (GstTheoraEnc * theoraenc, ogg_int64_t granulepos)
       theoraenc->info.fps_numerator);
 }
 
-static GstElementDetails theora_enc_details = GST_ELEMENT_DETAILS ("TheoraEnc",
+static GstElementDetails theora_enc_details =
+GST_ELEMENT_DETAILS ("Theora video encoder",
     "Codec/Encoder/Video",
     "encode raw YUV video to a theora stream",
     "Wim Taymans <wim@fluendo.com>");
index 500d7c692f80519bf28695ec77ae0709a9a3c76b..e2f4ba646660957f754aa0ef114500848f8c2324 100644 (file)
@@ -54,7 +54,8 @@
 GST_DEBUG_CATEGORY_EXTERN (vorbisdec_debug);
 #define GST_CAT_DEFAULT vorbisdec_debug
 
-static GstElementDetails vorbis_dec_details = GST_ELEMENT_DETAILS ("VorbisDec",
+static GstElementDetails vorbis_dec_details =
+GST_ELEMENT_DETAILS ("Vorbis audio decoder",
     "Codec/Decoder/Audio",
     "decode raw vorbis streams to float audio",
     "Benjamin Otte <in7y118@public.uni-hamburg.de>");
index 57c1e0aacdbb522c3993dd6488e3d4f2a724f8a8..5cfae56831157f2dc936f3058037096a8cc53bb5 100644 (file)
@@ -66,7 +66,8 @@ GST_DEBUG_CATEGORY_EXTERN (vorbisenc_debug);
 static GstPadTemplate *gst_vorbisenc_src_template, *gst_vorbisenc_sink_template;
 
 /* elementfactory information */
-GstElementDetails vorbisenc_details = GST_ELEMENT_DETAILS ("Vorbis encoder",
+GstElementDetails vorbisenc_details =
+GST_ELEMENT_DETAILS ("Vorbis audio encoder",
     "Codec/Encoder/Audio",
     "Encodes audio in Vorbis format",
     "Monty <monty@xiph.org>, " "Wim Taymans <wim@fluendo.com>");
index 5beb63dfb22126baa335d9e6d695b711f1770cb2..fea73e4dc09b17d6449b10a235d95bee47711cd0 100644 (file)
@@ -75,7 +75,7 @@ GST_DEBUG_CATEGORY (audio_convert_debug);
 /*** DEFINITIONS **************************************************************/
 
 static GstElementDetails audio_convert_details =
-GST_ELEMENT_DETAILS ("Audio Conversion",
+GST_ELEMENT_DETAILS ("Audio converter",
     "Filter/Converter/Audio",
     "Convert audio to different formats",
     "Benjamin Otte <in7y118@public.uni-hamburg.de>");
index 34b874fb5108a4f755e5769d0f9ff8a2e2f74b9d..bd48e07a291b00f1b3061bc2c50e503329468218 100644 (file)
@@ -34,7 +34,7 @@ GST_DEBUG_CATEGORY_STATIC (sub_parse_debug);
 #define GST_CAT_DEFAULT sub_parse_debug
 
 static GstElementDetails sub_parse_details =
-GST_ELEMENT_DETAILS ("Subtitle parsers",
+GST_ELEMENT_DETAILS ("Subtitle parser",
     "Codec/Parser/Subtitle",
     "Parses subtitle (.sub) files into text streams",
     "Gustavo J. A. M. Carneiro <gjc@inescporto.pt>\n"
index 809b9cacdd4516308f087bb93801f6d6c5299bc7..655edae0e19d4fd567e9c99bd948ed1452e8b2d1 100644 (file)
@@ -124,7 +124,7 @@ G_STMT_START {                                  \
 
 /* elementfactory information */
 static GstElementDetails gst_multi_fd_sink_details =
-GST_ELEMENT_DETAILS ("MultiFd sink",
+GST_ELEMENT_DETAILS ("Multi filedescriptor sink",
     "Sink/Network",
     "Send data to multiple filedescriptors",
     "Thomas Vander Stichele <thomas at apestaart dot org>, "
index 39a45e6f514385ba25bb417f83bbb5f44ce35e48..b6b3c1a077c308b800b641679014e06a3e4bcce4 100644 (file)
@@ -29,7 +29,7 @@
 
 /* elementfactory information */
 static GstElementDetails gst_tcp_client_sink_details =
-GST_ELEMENT_DETAILS ("TCP Client sink",
+GST_ELEMENT_DETAILS ("TCP client sink",
     "Sink/Network",
     "Send data as a client over the network via TCP",
     "Thomas Vander Stichele <thomas at apestaart dot org>");
index 081a79322466ca4a04d621f05ae53d7a59973ee0..90887f8877ba7ebbce0b2683172a0e0b5202c2f7 100644 (file)
@@ -57,7 +57,7 @@ GST_DEBUG_CATEGORY (tcpclientsrc_debug);
 
 
 static GstElementDetails gst_tcp_client_src_details =
-GST_ELEMENT_DETAILS ("TCP Client source",
+GST_ELEMENT_DETAILS ("TCP client source",
     "Source/Network",
     "Receive data as a client over the network via TCP",
     "Thomas Vander Stichele <thomas at apestaart dot org>");
index a1b03ec4f59b0ff3d3368258fa44e8989b66df9d..fa04971a566b3d402f66a5281541c4776201777c 100644 (file)
@@ -45,7 +45,7 @@
 
 /* elementfactory information */
 static GstElementDetails gst_tcp_server_sink_details =
-GST_ELEMENT_DETAILS ("TCP Server sink",
+GST_ELEMENT_DETAILS ("TCP server sink",
     "Sink/Network",
     "Send data as a server over the network via TCP",
     "Thomas Vander Stichele <thomas at apestaart dot org>");
index d9cef1d82f3e2b04d285ed9a4181d51dd9dbabb0..2cb5897f86d88c18b26ee8658c5392ea3b5a9a49 100644 (file)
@@ -58,7 +58,7 @@ GST_DEBUG_CATEGORY (tcpserversrc_debug);
 
 
 static GstElementDetails gst_tcp_server_src_details =
-GST_ELEMENT_DETAILS ("TCP Server source",
+GST_ELEMENT_DETAILS ("TCP server source",
     "Source/Network",
     "Receive data as a server over the network via TCP",
     "Thomas Vander Stichele <thomas at apestaart dot org>");