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/autodetect/gstautoaudiosink.c | 1 - gst/autodetect/gstautoaudiosrc.c | 1 - gst/autodetect/gstautovideosink.c | 1 - gst/autodetect/gstautovideosrc.c | 1 - 4 files changed, 4 deletions(-) (limited to 'gst/autodetect') 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 "); -- cgit