diff --git a/gst/vaapi/gstvaapidecode.c b/gst/vaapi/gstvaapidecode.c index afeaf2cb12..82b7b02925 100644 --- a/gst/vaapi/gstvaapidecode.c +++ b/gst/vaapi/gstvaapidecode.c @@ -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 "); + GST_PLUGIN_DESC, + "Gwenole Beauchesne , " + "Halley Zhao , " + "Sreerenj Balachandran , " + "Wind Yuan "); /* sink pad */ pad_template = gst_static_pad_template_get (&gst_vaapidecode_sink_factory);