mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rpi: It's 44100Hz, not 41400Hz
This commit is contained in:
parent
961b108a92
commit
d08002841b
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ rank=256
|
||||||
in-port-index=100
|
in-port-index=100
|
||||||
out-port-index=101
|
out-port-index=101
|
||||||
hacks=no-component-role
|
hacks=no-component-role
|
||||||
sink-template-caps=audio/x-raw,format=(string){S16LE,S32LE},layout=(string)interleaved,rate=(int){8000,11025,16000,22050,24000,32000,41400,48000,88200,96000,176400,192000},channels=(int)[1,2]
|
sink-template-caps=audio/x-raw,format=(string){S16LE,S32LE},layout=(string)interleaved,rate=(int){8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000},channels=(int)[1,2]
|
||||||
|
|
||||||
[omxhdmiaudiosink]
|
[omxhdmiaudiosink]
|
||||||
type-name=GstOMXHdmiAudioSink
|
type-name=GstOMXHdmiAudioSink
|
||||||
|
@ -98,5 +98,5 @@ rank=257
|
||||||
in-port-index=100
|
in-port-index=100
|
||||||
out-port-index=101
|
out-port-index=101
|
||||||
hacks=no-component-role
|
hacks=no-component-role
|
||||||
sink-template-caps=audio/x-raw,format=(string){S16LE,S32LE},layout=(string)interleaved,rate=(int){8000,11025,16000,22050,24000,32000,41400,48000,88200,96000,176400,192000},channels=(int)[1,8];audio/x-ac3,framed=(boolean)true;audio/x-dts,framed=(boolean)true,block-size=(int){512,1024,2048}
|
sink-template-caps=audio/x-raw,format=(string){S16LE,S32LE},layout=(string)interleaved,rate=(int){8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000},channels=(int)[1,8];audio/x-ac3,framed=(boolean)true;audio/x-dts,framed=(boolean)true,block-size=(int){512,1024,2048}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue