summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstgconfaudiosink.c
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 /ext/gconf/gstgconfaudiosink.c
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 'ext/gconf/gstgconfaudiosink.c')
-rw-r--r--ext/gconf/gstgconfaudiosink.c1
1 files changed, 0 insertions, 1 deletions
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 <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@mad.scientist.com>");
gst_element_class_set_details (eklass, &gst_gconf_audio_sink_details);
}