v4l2codecs: Add Hardware class to alpha decoders

This was accidently omitted, this is needed wen filterting hardware
codecs.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5555>
This commit is contained in:
Nicolas Dufresne 2025-01-30 20:00:55 -05:00 committed by GStreamer Marge Bot
parent 3b9fc2a29e
commit 2197627336
2 changed files with 2 additions and 2 deletions

View File

@ -996,7 +996,7 @@ static void gst_v4l2_codec_vp8_alpha_decode_bin_subclass_init
gst_element_class_add_static_pad_template (element_class, &alpha_template);
gst_element_class_set_static_metadata (element_class,
"VP8 Alpha Decoder", "Codec/Decoder/Video",
"VP8 Alpha Decoder", "Codec/Decoder/Video/Hardware",
"Wrapper bin to decode VP8 with alpha stream.",
"Daniel Almeida <daniel.almeida@collabora.com>");
}

View File

@ -1277,7 +1277,7 @@ static void gst_v4l2_codec_vp9_alpha_decode_bin_subclass_init
gst_element_class_add_static_pad_template (element_class, &alpha_template);
gst_element_class_set_static_metadata (element_class,
"VP9 Alpha Decoder", "Codec/Decoder/Video",
"VP9 Alpha Decoder", "Codec/Decoder/Video/Hardware",
"Wrapper bin to decode VP9 with alpha stream.",
"Nicolas Dufresne <nicolas.dufresne@collabora.com>");
}