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. --- ext/gconf/gstgconfaudiosink.c | 1 - ext/gconf/gstgconfaudiosrc.c | 2 +- ext/gconf/gstgconfvideosink.c | 2 +- ext/gconf/gstgconfvideosrc.c | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/gconf/gstgconfaudiosink.c b/ext/gconf/gstgconfaudiosink.c index 19dee86c..e8ab5138 100644 --- a/ext/gconf/gstgconfaudiosink.c +++ b/ext/gconf/gstgconfaudiosink.c @@ -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 \n" "Jan Schmidt "); gst_element_class_set_details (eklass, &gst_gconf_audio_sink_details); } diff --git a/ext/gconf/gstgconfaudiosrc.c b/ext/gconf/gstgconfaudiosrc.c index 77c37305..f5c34924 100644 --- a/ext/gconf/gstgconfaudiosrc.c +++ b/ext/gconf/gstgconfaudiosrc.c @@ -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 "); + "GStreamer maintainers "); static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, diff --git a/ext/gconf/gstgconfvideosink.c b/ext/gconf/gstgconfvideosink.c index 1b05fd37..533eed30 100644 --- a/ext/gconf/gstgconfvideosink.c +++ b/ext/gconf/gstgconfvideosink.c @@ -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 "); + "GStreamer maintainers "); static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, diff --git a/ext/gconf/gstgconfvideosrc.c b/ext/gconf/gstgconfvideosrc.c index 6192d73d..ea31b2c8 100644 --- a/ext/gconf/gstgconfvideosrc.c +++ b/ext/gconf/gstgconfvideosrc.c @@ -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 "); + "GStreamer maintainers "); static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, -- cgit