From d08002841be789fe4cf86bc18cea42f9da502906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 Jun 2014 17:14:18 +0200 Subject: rpi: It's 44100Hz, not 41400Hz --- config/rpi/gstomx.conf | 4 ++-- 1 file 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} -- cgit v1.2.1