v4l2: Set Hardware classifier on video decoders
authorPhilippe Normand <philn@igalia.com>
Wed, 27 Feb 2019 11:56:20 +0000 (11:56 +0000)
committerPhilippe Normand <philn@igalia.com>
Mon, 18 Mar 2019 10:51:07 +0000 (10:51 +0000)
sys/v4l2/gstv4l2videodec.c

index 9dc7a1b..5699519 100644 (file)
@@ -1034,7 +1034,7 @@ gst_v4l2_video_dec_subclass_init (gpointer g_class, gpointer data)
           cdata->src_caps));
 
   gst_element_class_set_static_metadata (element_class, cdata->longname,
-      "Codec/Decoder/Video", cdata->description,
+      "Codec/Decoder/Video/Hardware", cdata->description,
       "Nicolas Dufresne <nicolas.dufresne@collabora.com>");
 
   gst_caps_unref (cdata->sink_caps);