vaapidecode: Update Author name in plugin metadata

This commit is contained in:
Sreerenj Balachandran 2015-04-13 16:04:59 +03:00
parent a9b85e451d
commit 25382f3d91

View file

@ -857,7 +857,11 @@ gst_vaapidecode_class_init (GstVaapiDecodeClass * klass)
gst_element_class_set_static_metadata (element_class,
"VA-API decoder",
"Codec/Decoder/Video",
GST_PLUGIN_DESC, "Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
GST_PLUGIN_DESC,
"Gwenole Beauchesne <gwenole.beauchesne@intel.com>, "
"Halley Zhao <halley.zhao@intel.com>, "
"Sreerenj Balachandran <sreerenj.balachandran@intel.com>, "
"Wind Yuan <feng.yuan@intel.com>");
/* sink pad */
pad_template = gst_static_pad_template_get (&gst_vaapidecode_sink_factory);