mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +03:00
media-converter: Classify proton audioconv as Codec/Decoder/Audio.
Required to match it when enumerating audio decoders. CW-Bug-Id: #19854
This commit is contained in:
parent
844ba1e037
commit
f0a10371c9
@ -708,7 +708,7 @@ impl ElementImpl for AudioConv {
|
|||||||
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 audio converter",
|
"Proton audio converter",
|
||||||
"Codec/Parser",
|
"Codec/Decoder/Audio",
|
||||||
"Converts audio for Proton",
|
"Converts audio for Proton",
|
||||||
"Andrew Eikum <aeikum@codeweavers.com>")
|
"Andrew Eikum <aeikum@codeweavers.com>")
|
||||||
});
|
});
|
||||||
|
@ -134,7 +134,7 @@ impl ElementImpl for AudioConvBin {
|
|||||||
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 audio converter with rate fixup",
|
"Proton audio converter with rate fixup",
|
||||||
"Codec/Parser",
|
"Codec/Decoder/Audio",
|
||||||
"Converts audio for Proton, fixing up samplerates",
|
"Converts audio for Proton, fixing up samplerates",
|
||||||
"Andrew Eikum <aeikum@codeweavers.com>")
|
"Andrew Eikum <aeikum@codeweavers.com>")
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user