mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01: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
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(|| {
|
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…
Add table
Add a link
Reference in a new issue