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:
parent
b203ba6bdd
commit
aafc2191a2
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue