summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-25 17:14:18 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-25 17:14:41 +0200
commitd08002841be789fe4cf86bc18cea42f9da502906 (patch)
tree5e6ccdc06bd60f26a0824ab3390ce0bc5adccde5
parent961b108a9211625cc62b3a18c786ea31a723ad34 (diff)
downloadgst-omx-d08002841be789fe4cf86bc18cea42f9da502906.tar.gz
rpi: It's 44100Hz, not 41400Hz
-rw-r--r--config/rpi/gstomx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf
index 8dc98b5..7ad2bf3 100644
--- a/config/rpi/gstomx.conf
+++ b/config/rpi/gstomx.conf
@@ -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}