Remove Ronald Bultje from Authors field
authorDavid Schleef <ds@schleef.org>
Mon, 24 Aug 2009 20:42:42 +0000 (13:42 -0700)
committerDavid Schleef <ds@schleef.org>
Sun, 6 Sep 2009 03:53:10 +0000 (20:53 -0700)
Replaced with "GStreamer maintainers
<gstreamer-devel@lists.sourceforge.net>" or just removed,
depending on the number of other authors.

14 files changed:
ext/gconf/gstgconfaudiosink.c
ext/gconf/gstgconfaudiosrc.c
ext/gconf/gstgconfvideosink.c
ext/gconf/gstgconfvideosrc.c
gst/apetag/gstapedemux.c
gst/autodetect/gstautoaudiosink.c
gst/autodetect/gstautoaudiosrc.c
gst/autodetect/gstautovideosink.c
gst/autodetect/gstautovideosrc.c
gst/avi/gstavidemux.c
gst/avi/gstavimux.c
gst/matroska/matroska-demux.c
gst/matroska/matroska-mux.c
sys/v4l2/gstv4l2src.c

index 19dee86..e8ab513 100644 (file)
@@ -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);
 }
index 77c3730..f5c3492 100644 (file)
@@ -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,
index 1b05fd3..533eed3 100644 (file)
@@ -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,
index 6192d73..ea31b2c 100644 (file)
@@ -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,
index 68b883e..be622e8 100644 (file)
@@ -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",
index 4ed1ba9..7ba76fc 100644 (file)
@@ -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",
index 356581e..9d1f34f 100644 (file)
@@ -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>");
 
index d1427c7..e43997c 100644 (file)
@@ -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",
index 7611d07..f9fda68 100644 (file)
@@ -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>");
 
index 6ff01fd..6df646d 100644 (file)
@@ -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;
index ba0a599..3b945ca 100644 (file)
@@ -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,
index 9cab419..b6906d3 100644 (file)
@@ -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
index 7e21ad3..71e6997 100644 (file)
@@ -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");
index 463bef3..783a6bd 100644 (file)
@@ -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);