mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
v4l2: Set Hardware classifier on video decoders
This commit is contained in:
parent
cdf15e9032
commit
3296a4b7e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue