From 55d27540984401beb673fa2858c215a4e71a1fce Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 24 Aug 2009 13:42:42 -0700 Subject: Remove Ronald Bultje from Authors field Replaced with "GStreamer maintainers " or just removed, depending on the number of other authors. --- gst/avi/gstavidemux.c | 1 - gst/avi/gstavimux.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/avi') 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 \n" "Wim Taymans \n" - "Ronald Bultje \n" "Thijs Vermeir "); 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 "); + "GStreamer maintainers "); static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, -- cgit