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:
parent
0c15317848
commit
9fe257d16c
@ -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));
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user