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:
David Schleef 2009-08-24 13:42:42 -07:00
parent 3826ef3982
commit 55d2754098
14 changed files with 7 additions and 15 deletions

View file

@ -72,7 +72,6 @@ gst_gconf_audio_sink_base_init (gpointer klass)
GST_ELEMENT_DETAILS ("GConf audio sink", GST_ELEMENT_DETAILS ("GConf audio sink",
"Sink/Audio", "Sink/Audio",
"Audio sink embedding the GConf-settings for audio output", "Audio sink embedding the GConf-settings for audio output",
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@mad.scientist.com>"); "Jan Schmidt <thaytan@mad.scientist.com>");
gst_element_class_set_details (eklass, &gst_gconf_audio_sink_details); gst_element_class_set_details (eklass, &gst_gconf_audio_sink_details);
} }

View file

@ -59,7 +59,7 @@ gst_gconf_audio_src_base_init (gpointer klass)
GST_ELEMENT_DETAILS ("GConf audio source", GST_ELEMENT_DETAILS ("GConf audio source",
"Source/Audio", "Source/Audio",
"Audio source embedding the GConf-settings for audio input", "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", static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC, GST_PAD_SRC,
GST_PAD_ALWAYS, GST_PAD_ALWAYS,

View file

@ -57,7 +57,7 @@ gst_gconf_video_sink_base_init (gpointer klass)
GST_ELEMENT_DETAILS ("GConf video sink", GST_ELEMENT_DETAILS ("GConf video sink",
"Sink/Video", "Sink/Video",
"Video sink embedding the GConf-settings for video output", "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", static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK, GST_PAD_SINK,
GST_PAD_ALWAYS, GST_PAD_ALWAYS,

View file

@ -59,7 +59,7 @@ gst_gconf_video_src_base_init (gpointer klass)
GST_ELEMENT_DETAILS ("GConf video source", GST_ELEMENT_DETAILS ("GConf video source",
"Source/Video", "Source/Video",
"Video source embedding the GConf-settings for video input", "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", static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC, GST_PAD_SRC,
GST_PAD_ALWAYS, GST_PAD_ALWAYS,

View file

@ -63,7 +63,6 @@ static const GstElementDetails gst_ape_demux_details =
GST_ELEMENT_DETAILS ("APE tag demuxer", GST_ELEMENT_DETAILS ("APE tag demuxer",
"Codec/Demuxer/Metadata", "Codec/Demuxer/Metadata",
"Read and output APE tags while demuxing the contents", "Read and output APE tags while demuxing the contents",
"Ronald Bultje <rbultje@ronald.bitfreak.net>, "
"Tim-Philipp Müller <tim centricular net>"); "Tim-Philipp Müller <tim centricular net>");
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",

View file

@ -67,7 +67,6 @@ static const GstElementDetails gst_auto_audio_sink_details =
GST_ELEMENT_DETAILS ("Auto audio sink", GST_ELEMENT_DETAILS ("Auto audio sink",
"Sink/Audio", "Sink/Audio",
"Wrapper audio sink for automatically detected audio sink", "Wrapper audio sink for automatically detected audio sink",
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@noraisin.net>"); "Jan Schmidt <thaytan@noraisin.net>");
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",

View file

@ -68,7 +68,6 @@ static const GstElementDetails gst_auto_audio_src_details =
GST_ELEMENT_DETAILS ("Auto audio source", GST_ELEMENT_DETAILS ("Auto audio source",
"Source/Audio", "Source/Audio",
"Wrapper audio source for automatically detected audio source", "Wrapper audio source for automatically detected audio source",
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@noraisin.net>\n" "Jan Schmidt <thaytan@noraisin.net>\n"
"Stefan Kost <ensonic@users.sf.net>"); "Stefan Kost <ensonic@users.sf.net>");

View file

@ -68,7 +68,6 @@ static const GstElementDetails gst_auto_video_sink_details =
GST_ELEMENT_DETAILS ("Auto video sink", GST_ELEMENT_DETAILS ("Auto video sink",
"Sink/Video", "Sink/Video",
"Wrapper video sink for automatically detected video sink", "Wrapper video sink for automatically detected video sink",
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@noraisin.net>"); "Jan Schmidt <thaytan@noraisin.net>");
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",

View file

@ -69,7 +69,6 @@ static const GstElementDetails gst_auto_video_src_details =
GST_ELEMENT_DETAILS ("Auto video source", GST_ELEMENT_DETAILS ("Auto video source",
"Source/Video", "Source/Video",
"Wrapper video source for automatically detected video source", "Wrapper video source for automatically detected video source",
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@noraisin.net>\n" "Jan Schmidt <thaytan@noraisin.net>\n"
"Stefan Kost <ensonic@users.sf.net>"); "Stefan Kost <ensonic@users.sf.net>");

View file

@ -138,7 +138,6 @@ gst_avi_demux_base_init (GstAviDemuxClass * klass)
"Demultiplex an avi file into audio and video", "Demultiplex an avi file into audio and video",
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"
"Wim Taymans <wim.taymans@chello.be>\n" "Wim Taymans <wim.taymans@chello.be>\n"
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Thijs Vermeir <thijsvermeir@gmail.com>"); "Thijs Vermeir <thijsvermeir@gmail.com>");
GstElementClass *element_class = GST_ELEMENT_CLASS (klass); GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
GstPadTemplate *videosrctempl, *audiosrctempl, *subsrctempl; GstPadTemplate *videosrctempl, *audiosrctempl, *subsrctempl;

View file

@ -83,7 +83,7 @@ static const GstElementDetails gst_avi_mux_details =
GST_ELEMENT_DETAILS ("Avi muxer", GST_ELEMENT_DETAILS ("Avi muxer",
"Codec/Muxer", "Codec/Muxer",
"Muxes audio and video into an avi stream", "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", static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC, GST_PAD_SRC,

View file

@ -190,7 +190,7 @@ gst_matroska_demux_base_init (gpointer klass)
gst_element_class_set_details_simple (element_class, "Matroska demuxer", gst_element_class_set_details_simple (element_class, "Matroska demuxer",
"Codec/Demuxer", "Codec/Demuxer",
"Demuxes a Matroska Stream into video/audio/subtitles", "Demuxes a Matroska Stream into video/audio/subtitles",
"Ronald Bultje <rbultje@ronald.bitfreak.net>"); "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
} }
static void static void

View file

@ -263,7 +263,7 @@ gst_matroska_mux_base_init (gpointer g_class)
gst_element_class_set_details_simple (element_class, "Matroska muxer", gst_element_class_set_details_simple (element_class, "Matroska muxer",
"Codec/Muxer", "Codec/Muxer",
"Muxes video/audio/subtitle streams into a matroska stream", "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, GST_DEBUG_CATEGORY_INIT (matroskamux_debug, "matroskamux", 0,
"Matroska muxer"); "Matroska muxer");

View file

@ -62,8 +62,7 @@ static const GstElementDetails gst_v4l2src_details =
GST_ELEMENT_DETAILS ("Video (video4linux2) Source", GST_ELEMENT_DETAILS ("Video (video4linux2) Source",
"Source/Video", "Source/Video",
"Reads frames from a video4linux2 (BT8x8) device", "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>"); " Stefan Kost <ensonic@users.sf.net>");
GST_DEBUG_CATEGORY (v4l2src_debug); GST_DEBUG_CATEGORY (v4l2src_debug);