mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +03:00
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
@ -440,7 +440,7 @@ impl ElementImpl for VideoConv {
|
|||||||
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
||||||
gst::subclass::ElementMetadata::new(
|
gst::subclass::ElementMetadata::new(
|
||||||
"Proton video converter",
|
"Proton video converter",
|
||||||
"Codec/Parser",
|
"Codec/Demuxer",
|
||||||
"Converts video for Proton",
|
"Converts video for Proton",
|
||||||
"Andrew Eikum <aeikum@codeweavers.com>"
|
"Andrew Eikum <aeikum@codeweavers.com>"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user