summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Wei <feng.wei@linaro.org>2011-05-20 16:30:28 +0300
committerFelipe Contreras <felipe.contreras@gmail.com>2011-05-20 16:30:28 +0300
commit14031b34a07b26cb31a53c96a8b51f22eda2988b (patch)
treef7245c6c7827675e7397d7723de33a4d8cfea607
parent6c15ee3ed990d6384d2f9df69dfc469147b9e3e9 (diff)
gstomx.conf: add framed=true to AAC dec
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--omx/gstomx.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomx.conf.in b/omx/gstomx.conf.in
index 2a7f5bd..d59adec 100644
--- a/omx/gstomx.conf.in
+++ b/omx/gstomx.conf.in
@@ -170,7 +170,7 @@ omx_aacdec,
type=GstOmxAacDec,
library-name=libomxil-bellagio.so.0,
component-name=OMX.st.audio_decoder.aac,
- sink="audio/mpeg, mpegversion=(int){2,4}, rate=(int)[8000, 96000], channels=(int)[1, 6];",
+ sink="audio/mpeg, mpegversion=(int){2,4}, rate=(int)[8000, 96000], channels=(int)[1, 6], framed=true;",
src=RAW_AUDIO_CAPS("[8000, 96000]", "[1, 6]"),
rank=256;