mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Remove Ronald Bultje from Authors field
Replaced with "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>" or just removed, depending on the number of other authors.
This commit is contained in:
parent
c3ebeec5a5
commit
0e9bc5125a
10 changed files with 12 additions and 12 deletions
|
@ -99,7 +99,7 @@ GST_ELEMENT_DETAILS ("GnomeVFS Source",
|
||||||
"Source/File",
|
"Source/File",
|
||||||
"Read from any GnomeVFS-supported file",
|
"Read from any GnomeVFS-supported file",
|
||||||
"Bastien Nocera <hadess@hadess.net>\n"
|
"Bastien Nocera <hadess@hadess.net>\n"
|
||||||
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
static GStaticMutex count_lock = G_STATIC_MUTEX_INIT;
|
static GStaticMutex count_lock = G_STATIC_MUTEX_INIT;
|
||||||
static gint ref_count = 0;
|
static gint ref_count = 0;
|
||||||
|
|
|
@ -60,19 +60,19 @@ static const GstElementDetails gst_ogm_audio_parse_details =
|
||||||
GST_ELEMENT_DETAILS ("OGM audio stream parser",
|
GST_ELEMENT_DETAILS ("OGM audio stream parser",
|
||||||
"Codec/Decoder/Audio",
|
"Codec/Decoder/Audio",
|
||||||
"parse an OGM audio header and stream",
|
"parse an OGM audio header and stream",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
static const GstElementDetails gst_ogm_video_parse_details =
|
static const GstElementDetails gst_ogm_video_parse_details =
|
||||||
GST_ELEMENT_DETAILS ("OGM video stream parser",
|
GST_ELEMENT_DETAILS ("OGM video stream parser",
|
||||||
"Codec/Decoder/Video",
|
"Codec/Decoder/Video",
|
||||||
"parse an OGM video header and stream",
|
"parse an OGM video header and stream",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
static const GstElementDetails gst_ogm_text_parse_details =
|
static const GstElementDetails gst_ogm_text_parse_details =
|
||||||
GST_ELEMENT_DETAILS ("OGM text stream parser",
|
GST_ELEMENT_DETAILS ("OGM text stream parser",
|
||||||
"Codec/Decoder/Subtitle",
|
"Codec/Decoder/Subtitle",
|
||||||
"parse an OGM text header and stream",
|
"parse an OGM text header and stream",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
typedef struct _stream_header_video
|
typedef struct _stream_header_video
|
||||||
{
|
{
|
||||||
|
|
|
@ -184,7 +184,7 @@ gst_text_render_base_init (gpointer g_class)
|
||||||
"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>, "
|
||||||
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -47,7 +47,7 @@ static const GstElementDetails ffmpegcsp_details =
|
||||||
GST_ELEMENT_DETAILS ("FFMPEG Colorspace converter",
|
GST_ELEMENT_DETAILS ("FFMPEG Colorspace converter",
|
||||||
"Filter/Converter/Video",
|
"Filter/Converter/Video",
|
||||||
"Converts video from one colorspace to another",
|
"Converts video from one colorspace to another",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
|
|
||||||
/* Stereo signals and args */
|
/* Stereo signals and args */
|
||||||
|
|
|
@ -46,7 +46,6 @@ GST_ELEMENT_DETAILS ("Input selector",
|
||||||
"Generic",
|
"Generic",
|
||||||
"N-to-1 input stream selectoring",
|
"N-to-1 input stream selectoring",
|
||||||
"Julien Moutte <julien@moutte.net>\n"
|
"Julien Moutte <julien@moutte.net>\n"
|
||||||
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>\n"
|
|
||||||
"Jan Schmidt <thaytan@mad.scientist.com>\n"
|
"Jan Schmidt <thaytan@mad.scientist.com>\n"
|
||||||
"Wim Taymans <wim.taymans@gmail.com>");
|
"Wim Taymans <wim.taymans@gmail.com>");
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,6 @@ GST_ELEMENT_DETAILS ("StreamSelector",
|
||||||
"Generic",
|
"Generic",
|
||||||
"N-to-1 input stream_selectoring",
|
"N-to-1 input stream_selectoring",
|
||||||
"Julien Moutte <julien@moutte.net>\n"
|
"Julien Moutte <julien@moutte.net>\n"
|
||||||
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>\n"
|
|
||||||
"Jan Schmidt <thaytan@mad.scientist.com>\n"
|
"Jan Schmidt <thaytan@mad.scientist.com>\n"
|
||||||
"Wim Taymans <wim.taymans@gmail.com>");
|
"Wim Taymans <wim.taymans@gmail.com>");
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ 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"
|
||||||
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
#ifndef GST_DISABLE_XML
|
#ifndef GST_DISABLE_XML
|
||||||
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||||
|
|
|
@ -35,7 +35,7 @@ static const GstElementDetails gst_v4lmjpegsink_details =
|
||||||
GST_ELEMENT_DETAILS ("Video (video4linux/MJPEG) sink",
|
GST_ELEMENT_DETAILS ("Video (video4linux/MJPEG) sink",
|
||||||
"Sink/Video",
|
"Sink/Video",
|
||||||
"Writes MJPEG-encoded frames to a zoran MJPEG/video4linux device",
|
"Writes MJPEG-encoded frames to a zoran MJPEG/video4linux device",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
/* v4lmjpegsink signals and args */
|
/* v4lmjpegsink signals and args */
|
||||||
enum
|
enum
|
||||||
|
@ -122,6 +122,7 @@ gst_v4lmjpegsink_base_init (gpointer g_class)
|
||||||
gst_element_class_add_pad_template (gstelement_class,
|
gst_element_class_add_pad_template (gstelement_class,
|
||||||
gst_static_pad_template_get (&sink_template));
|
gst_static_pad_template_get (&sink_template));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_v4lmjpegsink_class_init (GstV4lMjpegSinkClass * klass)
|
gst_v4lmjpegsink_class_init (GstV4lMjpegSinkClass * klass)
|
||||||
{
|
{
|
||||||
|
|
|
@ -35,7 +35,7 @@ static const GstElementDetails gst_v4lmjpegsrc_details =
|
||||||
GST_ELEMENT_DETAILS ("Video (video4linux/MJPEG) Source",
|
GST_ELEMENT_DETAILS ("Video (video4linux/MJPEG) Source",
|
||||||
"Source/Video",
|
"Source/Video",
|
||||||
"Reads MJPEG-encoded frames from a zoran MJPEG/video4linux device",
|
"Reads MJPEG-encoded frames from a zoran MJPEG/video4linux device",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
/* V4lMjpegSrc signals and args */
|
/* V4lMjpegSrc signals and args */
|
||||||
enum
|
enum
|
||||||
|
@ -151,6 +151,7 @@ gst_v4lmjpegsrc_base_init (gpointer g_class)
|
||||||
gst_element_class_add_pad_template (gstelement_class,
|
gst_element_class_add_pad_template (gstelement_class,
|
||||||
gst_static_pad_template_get (&src_template));
|
gst_static_pad_template_get (&src_template));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_v4lmjpegsrc_class_init (GstV4lMjpegSrcClass * klass)
|
gst_v4lmjpegsrc_class_init (GstV4lMjpegSrcClass * klass)
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,7 +34,7 @@ static const GstElementDetails gst_v4lsrc_details =
|
||||||
GST_ELEMENT_DETAILS ("Video (video4linux/raw) Source",
|
GST_ELEMENT_DETAILS ("Video (video4linux/raw) Source",
|
||||||
"Source/Video",
|
"Source/Video",
|
||||||
"Reads raw frames from a video4linux device",
|
"Reads raw frames from a video4linux device",
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||||
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (v4lsrc_debug);
|
GST_DEBUG_CATEGORY_STATIC (v4lsrc_debug);
|
||||||
|
|
Loading…
Reference in a new issue