rpi: It's 44100Hz, not 41400Hz
authorSebastian Dröge <sebastian@centricular.com>
Wed, 25 Jun 2014 15:14:18 +0000 (17:14 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 25 Jun 2014 15:14:41 +0000 (17:14 +0200)
config/rpi/gstomx.conf

index 8dc98b5..7ad2bf3 100644 (file)
@@ -88,7 +88,7 @@ rank=256
 in-port-index=100
 out-port-index=101
 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]
 type-name=GstOMXHdmiAudioSink
@@ -98,5 +98,5 @@ rank=257
 in-port-index=100
 out-port-index=101
 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}