mediaconvert: Classify protonvideoconv as Codec/Converter.
When classified as Codec/Parser, it is prioritised over actual demuxers. Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
This commit is contained in:
parent
c941e68acf
commit
55e173a787
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ impl ObjectSubclass for VideoConv {
|
||||||
|
|
||||||
klass.set_metadata(
|
klass.set_metadata(
|
||||||
"Proton video converter",
|
"Proton video converter",
|
||||||
"Codec/Parser",
|
"Codec/Converter",
|
||||||
"Converts video for Proton",
|
"Converts video for Proton",
|
||||||
"Andrew Eikum <aeikum@codeweavers.com>");
|
"Andrew Eikum <aeikum@codeweavers.com>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue