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:
parent
3b9fc2a29e
commit
2197627336
@ -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>");
|
||||
}
|
||||
|
@ -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>");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user