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.
This commit is contained in:
David Schleef 2009-08-24 13:59:05 -07:00
parent 0c15317848
commit 9fe257d16c
2 changed files with 1 additions and 2 deletions

View file

@ -117,7 +117,7 @@ gst_amrnbdec_base_init (gpointer klass)
GstElementDetails details = GST_ELEMENT_DETAILS ("AMR-NB audio decoder",
"Codec/Decoder/Audio",
"Adaptive Multi-Rate Narrow-Band audio decoder",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&sink_template));

View file

@ -159,7 +159,6 @@ gst_amrnbenc_base_init (gpointer klass)
GstElementDetails details = GST_ELEMENT_DETAILS ("AMR-NB audio encoder",
"Codec/Encoder/Audio",
"Adaptive Multi-Rate Narrow-Band audio encoder",
"Ronald Bultje <rbultje@ronald.bitfreak.net>, "
"Wim Taymans <wim.taymans@gmail.com>");
gst_element_class_add_pad_template (element_class,