mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 13:56:32 +00:00
better/unified long descriptions
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
This commit is contained in:
parent
ac97d94384
commit
08047f5cfe
22 changed files with 54 additions and 21 deletions
29
ChangeLog
29
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>
|
2006-03-29 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
|
* tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
|
||||||
|
|
|
@ -37,7 +37,7 @@ enum
|
||||||
|
|
||||||
|
|
||||||
static GstElementDetails gst_alsa_mixer_element_details =
|
static GstElementDetails gst_alsa_mixer_element_details =
|
||||||
GST_ELEMENT_DETAILS ("Alsa Mixer",
|
GST_ELEMENT_DETAILS ("Alsa mixer",
|
||||||
"Generic/Audio",
|
"Generic/Audio",
|
||||||
"Control sound input and output levels with ALSA",
|
"Control sound input and output levels with ALSA",
|
||||||
"Leif Johnson <leif@ambient.2y.net>");
|
"Leif Johnson <leif@ambient.2y.net>");
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_alsasink_details =
|
static GstElementDetails gst_alsasink_details =
|
||||||
GST_ELEMENT_DETAILS ("Audio Sink (ALSA)",
|
GST_ELEMENT_DETAILS ("Audio sink (ALSA)",
|
||||||
"Sink/Audio",
|
"Sink/Audio",
|
||||||
"Output to a sound card via ALSA",
|
"Output to a sound card via ALSA",
|
||||||
"Wim Taymans <wim@fluendo.com>");
|
"Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_alsasrc_details =
|
static GstElementDetails gst_alsasrc_details =
|
||||||
GST_ELEMENT_DETAILS ("Audio Src (ALSA)",
|
GST_ELEMENT_DETAILS ("Audio source (ALSA)",
|
||||||
"Source/Audio",
|
"Source/Audio",
|
||||||
"Read from a sound card via ALSA",
|
"Read from a sound card via ALSA",
|
||||||
"Wim Taymans <wim@fluendo.com>");
|
"Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include <gst/gst-i18n-plugin.h>
|
#include <gst/gst-i18n-plugin.h>
|
||||||
|
|
||||||
static GstElementDetails gst_ogg_demux_details =
|
static GstElementDetails gst_ogg_demux_details =
|
||||||
GST_ELEMENT_DETAILS ("ogg demuxer",
|
GST_ELEMENT_DETAILS ("Ogg demuxer",
|
||||||
"Codec/Demuxer",
|
"Codec/Demuxer",
|
||||||
"demux ogg streams (info about ogg: http://xiph.org)",
|
"demux ogg streams (info about ogg: http://xiph.org)",
|
||||||
"Wim Taymand <wim@fluendo.com>");
|
"Wim Taymand <wim@fluendo.com>");
|
||||||
|
|
|
@ -138,7 +138,7 @@ struct _GstOggMuxClass
|
||||||
};
|
};
|
||||||
|
|
||||||
/* elementfactory information */
|
/* 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",
|
"Codec/Muxer",
|
||||||
"mux ogg streams (info about ogg: http://xiph.org)",
|
"mux ogg streams (info about ogg: http://xiph.org)",
|
||||||
"Wim Taymans <wim@fluendo.com>");
|
"Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
static GstElementDetails gst_ogg_parse_details =
|
static GstElementDetails gst_ogg_parse_details =
|
||||||
GST_ELEMENT_DETAILS ("ogg parser",
|
GST_ELEMENT_DETAILS ("Ogg parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
"parse ogg streams into pages (info about ogg: http://xiph.org)",
|
"parse ogg streams into pages (info about ogg: http://xiph.org)",
|
||||||
"Michael Smith <msmith@fluendo.com>");
|
"Michael Smith <msmith@fluendo.com>");
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
static GstElementDetails clock_overlay_details =
|
static GstElementDetails clock_overlay_details =
|
||||||
GST_ELEMENT_DETAILS ("Clock Overlay",
|
GST_ELEMENT_DETAILS ("Clock overlay",
|
||||||
"Filter/Editor/Video",
|
"Filter/Editor/Video",
|
||||||
"Overlays the current clock time on a video stream",
|
"Overlays the current clock time on a video stream",
|
||||||
"Tim-Philipp Müller <tim@centricular.net>");
|
"Tim-Philipp Müller <tim@centricular.net>");
|
||||||
|
|
|
@ -94,7 +94,7 @@ GST_DEBUG_CATEGORY (pango_debug);
|
||||||
#define GST_CAT_DEFAULT pango_debug
|
#define GST_CAT_DEFAULT pango_debug
|
||||||
|
|
||||||
static GstElementDetails text_overlay_details =
|
static GstElementDetails text_overlay_details =
|
||||||
GST_ELEMENT_DETAILS ("Text Overlay",
|
GST_ELEMENT_DETAILS ("Text overlay",
|
||||||
"Filter/Editor/Video",
|
"Filter/Editor/Video",
|
||||||
"Adds text strings on top of a video buffer",
|
"Adds text strings on top of a video buffer",
|
||||||
"David Schleef <ds@schleef.org>");
|
"David Schleef <ds@schleef.org>");
|
||||||
|
|
|
@ -55,7 +55,7 @@ GST_DEBUG_CATEGORY_EXTERN (pango_debug);
|
||||||
#define GST_CAT_DEFAULT pango_debug
|
#define GST_CAT_DEFAULT pango_debug
|
||||||
|
|
||||||
static GstElementDetails text_render_details =
|
static GstElementDetails text_render_details =
|
||||||
GST_ELEMENT_DETAILS ("Text Render",
|
GST_ELEMENT_DETAILS ("Text renderer",
|
||||||
"Filter/Editor/Video",
|
"Filter/Editor/Video",
|
||||||
"Renders a text string to an image bitmap",
|
"Renders a text string to an image bitmap",
|
||||||
"David Schleef <ds@schleef.org>, "
|
"David Schleef <ds@schleef.org>, "
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
#include <gsttimeoverlay.h>
|
#include <gsttimeoverlay.h>
|
||||||
|
|
||||||
static GstElementDetails time_overlay_details =
|
static GstElementDetails time_overlay_details =
|
||||||
GST_ELEMENT_DETAILS ("Time Overlay",
|
GST_ELEMENT_DETAILS ("Time overlay",
|
||||||
"Filter/Editor/Video",
|
"Filter/Editor/Video",
|
||||||
"Overlays buffer time stamps on a video stream",
|
"Overlays buffer time stamps on a video stream",
|
||||||
"Tim-Philipp Müller <tim@centricular.net>");
|
"Tim-Philipp Müller <tim@centricular.net>");
|
||||||
|
|
|
@ -58,7 +58,8 @@ enum
|
||||||
ARG_CROP
|
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",
|
"Codec/Decoder/Video",
|
||||||
"decode raw theora streams to raw YUV video",
|
"decode raw theora streams to raw YUV video",
|
||||||
"Benjamin Otte <in7y118@public.uni-hamburg.de>, "
|
"Benjamin Otte <in7y118@public.uni-hamburg.de>, "
|
||||||
|
|
|
@ -149,7 +149,8 @@ granulepos_to_timestamp (GstTheoraEnc * theoraenc, ogg_int64_t granulepos)
|
||||||
theoraenc->info.fps_numerator);
|
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",
|
"Codec/Encoder/Video",
|
||||||
"encode raw YUV video to a theora stream",
|
"encode raw YUV video to a theora stream",
|
||||||
"Wim Taymans <wim@fluendo.com>");
|
"Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
|
@ -54,7 +54,8 @@
|
||||||
GST_DEBUG_CATEGORY_EXTERN (vorbisdec_debug);
|
GST_DEBUG_CATEGORY_EXTERN (vorbisdec_debug);
|
||||||
#define GST_CAT_DEFAULT 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",
|
"Codec/Decoder/Audio",
|
||||||
"decode raw vorbis streams to float audio",
|
"decode raw vorbis streams to float audio",
|
||||||
"Benjamin Otte <in7y118@public.uni-hamburg.de>");
|
"Benjamin Otte <in7y118@public.uni-hamburg.de>");
|
||||||
|
|
|
@ -66,7 +66,8 @@ GST_DEBUG_CATEGORY_EXTERN (vorbisenc_debug);
|
||||||
static GstPadTemplate *gst_vorbisenc_src_template, *gst_vorbisenc_sink_template;
|
static GstPadTemplate *gst_vorbisenc_src_template, *gst_vorbisenc_sink_template;
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
GstElementDetails vorbisenc_details = GST_ELEMENT_DETAILS ("Vorbis encoder",
|
GstElementDetails vorbisenc_details =
|
||||||
|
GST_ELEMENT_DETAILS ("Vorbis audio encoder",
|
||||||
"Codec/Encoder/Audio",
|
"Codec/Encoder/Audio",
|
||||||
"Encodes audio in Vorbis format",
|
"Encodes audio in Vorbis format",
|
||||||
"Monty <monty@xiph.org>, " "Wim Taymans <wim@fluendo.com>");
|
"Monty <monty@xiph.org>, " "Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
|
@ -75,7 +75,7 @@ GST_DEBUG_CATEGORY (audio_convert_debug);
|
||||||
/*** DEFINITIONS **************************************************************/
|
/*** DEFINITIONS **************************************************************/
|
||||||
|
|
||||||
static GstElementDetails audio_convert_details =
|
static GstElementDetails audio_convert_details =
|
||||||
GST_ELEMENT_DETAILS ("Audio Conversion",
|
GST_ELEMENT_DETAILS ("Audio converter",
|
||||||
"Filter/Converter/Audio",
|
"Filter/Converter/Audio",
|
||||||
"Convert audio to different formats",
|
"Convert audio to different formats",
|
||||||
"Benjamin Otte <in7y118@public.uni-hamburg.de>");
|
"Benjamin Otte <in7y118@public.uni-hamburg.de>");
|
||||||
|
|
|
@ -34,7 +34,7 @@ GST_DEBUG_CATEGORY_STATIC (sub_parse_debug);
|
||||||
#define GST_CAT_DEFAULT sub_parse_debug
|
#define GST_CAT_DEFAULT sub_parse_debug
|
||||||
|
|
||||||
static GstElementDetails sub_parse_details =
|
static GstElementDetails sub_parse_details =
|
||||||
GST_ELEMENT_DETAILS ("Subtitle parsers",
|
GST_ELEMENT_DETAILS ("Subtitle parser",
|
||||||
"Codec/Parser/Subtitle",
|
"Codec/Parser/Subtitle",
|
||||||
"Parses subtitle (.sub) files into text streams",
|
"Parses subtitle (.sub) files into text streams",
|
||||||
"Gustavo J. A. M. Carneiro <gjc@inescporto.pt>\n"
|
"Gustavo J. A. M. Carneiro <gjc@inescporto.pt>\n"
|
||||||
|
|
|
@ -124,7 +124,7 @@ G_STMT_START { \
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_multi_fd_sink_details =
|
static GstElementDetails gst_multi_fd_sink_details =
|
||||||
GST_ELEMENT_DETAILS ("MultiFd sink",
|
GST_ELEMENT_DETAILS ("Multi filedescriptor sink",
|
||||||
"Sink/Network",
|
"Sink/Network",
|
||||||
"Send data to multiple filedescriptors",
|
"Send data to multiple filedescriptors",
|
||||||
"Thomas Vander Stichele <thomas at apestaart dot org>, "
|
"Thomas Vander Stichele <thomas at apestaart dot org>, "
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_tcp_client_sink_details =
|
static GstElementDetails gst_tcp_client_sink_details =
|
||||||
GST_ELEMENT_DETAILS ("TCP Client sink",
|
GST_ELEMENT_DETAILS ("TCP client sink",
|
||||||
"Sink/Network",
|
"Sink/Network",
|
||||||
"Send data as a client over the network via TCP",
|
"Send data as a client over the network via TCP",
|
||||||
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
||||||
|
|
|
@ -57,7 +57,7 @@ GST_DEBUG_CATEGORY (tcpclientsrc_debug);
|
||||||
|
|
||||||
|
|
||||||
static GstElementDetails gst_tcp_client_src_details =
|
static GstElementDetails gst_tcp_client_src_details =
|
||||||
GST_ELEMENT_DETAILS ("TCP Client source",
|
GST_ELEMENT_DETAILS ("TCP client source",
|
||||||
"Source/Network",
|
"Source/Network",
|
||||||
"Receive data as a client over the network via TCP",
|
"Receive data as a client over the network via TCP",
|
||||||
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_tcp_server_sink_details =
|
static GstElementDetails gst_tcp_server_sink_details =
|
||||||
GST_ELEMENT_DETAILS ("TCP Server sink",
|
GST_ELEMENT_DETAILS ("TCP server sink",
|
||||||
"Sink/Network",
|
"Sink/Network",
|
||||||
"Send data as a server over the network via TCP",
|
"Send data as a server over the network via TCP",
|
||||||
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
||||||
|
|
|
@ -58,7 +58,7 @@ GST_DEBUG_CATEGORY (tcpserversrc_debug);
|
||||||
|
|
||||||
|
|
||||||
static GstElementDetails gst_tcp_server_src_details =
|
static GstElementDetails gst_tcp_server_src_details =
|
||||||
GST_ELEMENT_DETAILS ("TCP Server source",
|
GST_ELEMENT_DETAILS ("TCP server source",
|
||||||
"Source/Network",
|
"Source/Network",
|
||||||
"Receive data as a server over the network via TCP",
|
"Receive data as a server over the network via TCP",
|
||||||
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
||||||
|
|
Loading…
Reference in a new issue