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
2 changed files with 2 additions and 2 deletions
|
@ -708,7 +708,7 @@ impl ElementImpl for AudioConv {
|
|||
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
||||
gst::subclass::ElementMetadata::new(
|
||||
"Proton audio converter",
|
||||
"Codec/Parser",
|
||||
"Codec/Decoder/Audio",
|
||||
"Converts audio for Proton",
|
||||
"Andrew Eikum <aeikum@codeweavers.com>")
|
||||
});
|
||||
|
|
|
@ -134,7 +134,7 @@ impl ElementImpl for AudioConvBin {
|
|||
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
||||
gst::subclass::ElementMetadata::new(
|
||||
"Proton audio converter with rate fixup",
|
||||
"Codec/Parser",
|
||||
"Codec/Decoder/Audio",
|
||||
"Converts audio for Proton, fixing up samplerates",
|
||||
"Andrew Eikum <aeikum@codeweavers.com>")
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue