mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +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
3826ef3982
commit
55d2754098
14 changed files with 7 additions and 15 deletions
|
@ -72,7 +72,6 @@ gst_gconf_audio_sink_base_init (gpointer klass)
|
|||
GST_ELEMENT_DETAILS ("GConf audio sink",
|
||||
"Sink/Audio",
|
||||
"Audio sink embedding the GConf-settings for audio output",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Jan Schmidt <thaytan@mad.scientist.com>");
|
||||
gst_element_class_set_details (eklass, &gst_gconf_audio_sink_details);
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ gst_gconf_audio_src_base_init (gpointer klass)
|
|||
GST_ELEMENT_DETAILS ("GConf audio source",
|
||||
"Source/Audio",
|
||||
"Audio source embedding the GConf-settings for audio input",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
|
|
|
@ -57,7 +57,7 @@ gst_gconf_video_sink_base_init (gpointer klass)
|
|||
GST_ELEMENT_DETAILS ("GConf video sink",
|
||||
"Sink/Video",
|
||||
"Video sink embedding the GConf-settings for video output",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
|
|
|
@ -59,7 +59,7 @@ gst_gconf_video_src_base_init (gpointer klass)
|
|||
GST_ELEMENT_DETAILS ("GConf video source",
|
||||
"Source/Video",
|
||||
"Video source embedding the GConf-settings for video input",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
|
|
|
@ -63,7 +63,6 @@ static const GstElementDetails gst_ape_demux_details =
|
|||
GST_ELEMENT_DETAILS ("APE tag demuxer",
|
||||
"Codec/Demuxer/Metadata",
|
||||
"Read and output APE tags while demuxing the contents",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>, "
|
||||
"Tim-Philipp Müller <tim centricular net>");
|
||||
|
||||
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
|
|
|
@ -67,7 +67,6 @@ static const GstElementDetails gst_auto_audio_sink_details =
|
|||
GST_ELEMENT_DETAILS ("Auto audio sink",
|
||||
"Sink/Audio",
|
||||
"Wrapper audio sink for automatically detected audio sink",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Jan Schmidt <thaytan@noraisin.net>");
|
||||
|
||||
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
|
|
|
@ -68,7 +68,6 @@ static const GstElementDetails gst_auto_audio_src_details =
|
|||
GST_ELEMENT_DETAILS ("Auto audio source",
|
||||
"Source/Audio",
|
||||
"Wrapper audio source for automatically detected audio source",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Jan Schmidt <thaytan@noraisin.net>\n"
|
||||
"Stefan Kost <ensonic@users.sf.net>");
|
||||
|
||||
|
|
|
@ -68,7 +68,6 @@ static const GstElementDetails gst_auto_video_sink_details =
|
|||
GST_ELEMENT_DETAILS ("Auto video sink",
|
||||
"Sink/Video",
|
||||
"Wrapper video sink for automatically detected video sink",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Jan Schmidt <thaytan@noraisin.net>");
|
||||
|
||||
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
|
|
|
@ -69,7 +69,6 @@ static const GstElementDetails gst_auto_video_src_details =
|
|||
GST_ELEMENT_DETAILS ("Auto video source",
|
||||
"Source/Video",
|
||||
"Wrapper video source for automatically detected video source",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Jan Schmidt <thaytan@noraisin.net>\n"
|
||||
"Stefan Kost <ensonic@users.sf.net>");
|
||||
|
||||
|
|
|
@ -138,7 +138,6 @@ gst_avi_demux_base_init (GstAviDemuxClass * klass)
|
|||
"Demultiplex an avi file into audio and video",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
||||
"Wim Taymans <wim.taymans@chello.be>\n"
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Thijs Vermeir <thijsvermeir@gmail.com>");
|
||||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||
GstPadTemplate *videosrctempl, *audiosrctempl, *subsrctempl;
|
||||
|
|
|
@ -83,7 +83,7 @@ static const GstElementDetails gst_avi_mux_details =
|
|||
GST_ELEMENT_DETAILS ("Avi muxer",
|
||||
"Codec/Muxer",
|
||||
"Muxes audio and video into an avi stream",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
|
||||
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
|
|
|
@ -190,7 +190,7 @@ gst_matroska_demux_base_init (gpointer klass)
|
|||
gst_element_class_set_details_simple (element_class, "Matroska demuxer",
|
||||
"Codec/Demuxer",
|
||||
"Demuxes a Matroska Stream into video/audio/subtitles",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -263,7 +263,7 @@ gst_matroska_mux_base_init (gpointer g_class)
|
|||
gst_element_class_set_details_simple (element_class, "Matroska muxer",
|
||||
"Codec/Muxer",
|
||||
"Muxes video/audio/subtitle streams into a matroska stream",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (matroskamux_debug, "matroskamux", 0,
|
||||
"Matroska muxer");
|
||||
|
|
|
@ -62,8 +62,7 @@ static const GstElementDetails gst_v4l2src_details =
|
|||
GST_ELEMENT_DETAILS ("Video (video4linux2) Source",
|
||||
"Source/Video",
|
||||
"Reads frames from a video4linux2 (BT8x8) device",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>,"
|
||||
" Edgard Lima <edgard.lima@indt.org.br>,"
|
||||
"Edgard Lima <edgard.lima@indt.org.br>,"
|
||||
" Stefan Kost <ensonic@users.sf.net>");
|
||||
|
||||
GST_DEBUG_CATEGORY (v4l2src_debug);
|
||||
|
|
Loading…
Reference in a new issue