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/apetag/gstapedemux.c | 1 - gst/autodetect/gstautoaudiosink.c | 1 - gst/autodetect/gstautoaudiosrc.c | 1 - gst/autodetect/gstautovideosink.c | 1 - gst/autodetect/gstautovideosrc.c | 1 - gst/avi/gstavidemux.c | 1 - gst/avi/gstavimux.c | 2 +- gst/matroska/matroska-demux.c | 2 +- gst/matroska/matroska-mux.c | 2 +- 9 files changed, 3 insertions(+), 9 deletions(-) (limited to 'gst') diff --git a/gst/apetag/gstapedemux.c b/gst/apetag/gstapedemux.c index 68b883e8..be622e88 100644 --- a/gst/apetag/gstapedemux.c +++ b/gst/apetag/gstapedemux.c @@ -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 , " "Tim-Philipp Müller "); static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/autodetect/gstautoaudiosink.c b/gst/autodetect/gstautoaudiosink.c index 4ed1ba9e..7ba76fcd 100644 --- a/gst/autodetect/gstautoaudiosink.c +++ b/gst/autodetect/gstautoaudiosink.c @@ -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 \n" "Jan Schmidt "); static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/autodetect/gstautoaudiosrc.c b/gst/autodetect/gstautoaudiosrc.c index 356581e3..9d1f34f2 100644 --- a/gst/autodetect/gstautoaudiosrc.c +++ b/gst/autodetect/gstautoaudiosrc.c @@ -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 \n" "Jan Schmidt \n" "Stefan Kost "); diff --git a/gst/autodetect/gstautovideosink.c b/gst/autodetect/gstautovideosink.c index d1427c70..e43997cd 100644 --- a/gst/autodetect/gstautovideosink.c +++ b/gst/autodetect/gstautovideosink.c @@ -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 \n" "Jan Schmidt "); static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/autodetect/gstautovideosrc.c b/gst/autodetect/gstautovideosrc.c index 7611d078..f9fda686 100644 --- a/gst/autodetect/gstautovideosrc.c +++ b/gst/autodetect/gstautovideosrc.c @@ -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 \n" "Jan Schmidt \n" "Stefan Kost "); 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, diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 9cab4194..b6906d39 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -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 "); + "GStreamer maintainers "); } static void diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index 7e21ad3a..71e69979 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -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 "); + "GStreamer maintainers "); GST_DEBUG_CATEGORY_INIT (matroskamux_debug, "matroskamux", 0, "Matroska muxer"); -- cgit