Classify vaapidecodebin as a hardware decoder

This commit is contained in:
Thibault Saunier 2019-08-28 12:49:03 -04:00
parent 70cefdd272
commit 9fe6b621a2

View file

@ -245,7 +245,7 @@ gst_vaapi_decode_bin_class_init (GstVaapiDecodeBinClass * klass)
element_class->change_state = gst_vaapi_decode_bin_change_state;
gst_element_class_set_static_metadata (element_class,
"VA-API Decode Bin",
"Codec/Decoder/Video",
"Codec/Decoder/Video/Hardware",
GST_PLUGIN_DESC,
"Sreerenj Balachandran <sreerenj.balachandran@intel.com>, "
"Victor Jaquez <victorx.jaquez@intel.com>");