summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-08-28 12:49:03 -0400
committerTim-Philipp Müller <tim@centricular.com>2019-09-02 14:17:30 +0100
commit7d1839a10a4e6d31f765fd05cf2883b5ac70a4ee (patch)
tree87e16cf464411d56b3770b8b1e45cac471283d0f
parent96485042a0bd2e2c17687743fa6f9e6ce6d0e105 (diff)
Classify vaapidecodebin as a hardware decoder
-rw-r--r--gst/vaapi/gstvaapidecodebin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapidecodebin.c b/gst/vaapi/gstvaapidecodebin.c
index 5b3f6994..b26ac17c 100644
--- a/gst/vaapi/gstvaapidecodebin.c
+++ b/gst/vaapi/gstvaapidecodebin.c
@@ -246,7 +246,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>");