mediaconvert: Classify protonvideoconv as Codec/Demuxer.

When classified as Codec/Demuxer, it is prioritised alongside actual demuxers.

Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
This commit is contained in:
Derek Lesho 2022-01-24 02:09:10 -05:00 committed by Arkadiusz Hiler
parent b203ba6bdd
commit aafc2191a2

View File

@ -440,7 +440,7 @@ impl ElementImpl for VideoConv {
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
gst::subclass::ElementMetadata::new(
"Proton video converter",
"Codec/Parser",
"Codec/Demuxer",
"Converts video for Proton",
"Andrew Eikum <aeikum@codeweavers.com>"
)