opusdec: shuffle supported sample rates to favor 48000
This commit is contained in:
parent
f1477522de
commit
745cc8d4e4
@ -55,7 +55,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("audio/x-raw-int, "
|
GST_STATIC_CAPS ("audio/x-raw-int, "
|
||||||
"rate = (int) { 8000, 12000, 16000, 24000, 48000 }, "
|
"rate = (int) { 48000, 24000, 16000, 12000, 8000 }, "
|
||||||
"channels = (int) [ 1, 2 ], "
|
"channels = (int) [ 1, 2 ], "
|
||||||
"endianness = (int) BYTE_ORDER, "
|
"endianness = (int) BYTE_ORDER, "
|
||||||
"signed = (boolean) true, " "width = (int) 16, " "depth = (int) 16")
|
"signed = (boolean) true, " "width = (int) 16, " "depth = (int) 16")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user