summaryrefslogtreecommitdiffstats
path: root/gst/avi
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-08-24 13:42:42 -0700
committerDavid Schleef <ds@schleef.org>2009-09-05 20:53:10 -0700
commit55d27540984401beb673fa2858c215a4e71a1fce (patch)
tree12cd32d9cef246c8d1fb14e4292a310f7e5ee118 /gst/avi
parent3826ef3982a04cbf302e206918a1db4dcd2e6194 (diff)
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.
Diffstat (limited to 'gst/avi')
-rw-r--r--gst/avi/gstavidemux.c1
-rw-r--r--gst/avi/gstavimux.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index 6ff01fd1..6df646d1 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -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;
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c
index ba0a5991..3b945ca9 100644
--- a/gst/avi/gstavimux.c
+++ b/gst/avi/gstavimux.c
@@ -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,