summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2011-05-26 09:55:26 +0200
committerFelipe Contreras <felipe.contreras@nokia.com>2011-05-30 18:37:57 +0300
commit3b2938dcdbc37310b828ac3c8676694a684d8e65 (patch)
tree06663df70929354cd2e204c7810aa7754bbb8a5a
parentda739770ea2cbb89d45bea1c6942b0bd980abf5a (diff)
gstomx.conf: use stream-format and alignment fields for H.264 dec
To properly negotiate with other GStreamer elements which are now using these. Hopefully at some point OpenMAX IL would have appropriate fields to set this information. Signed-off-by: Felipe Contreras <felipe.contreras@nokia.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 88023bf..46ca2de 100644
--- a/omx/gstomx.conf.in
+++ b/omx/gstomx.conf.in
@@ -64,7 +64,7 @@ omx_h264dec,
type=GstOmxH264Dec,
library-name=libomxil-bellagio.so.0,
component-name=OMX.st.video_decoder.avc,
- sink="video/x-h264, " VIDEO_SIZE_RATE ";",
+ sink="video/x-h264, stream-format=(string)avc, alignment=(string)nal, " VIDEO_SIZE_RATE ";",
src=RAW_VIDEO_CAPS,
rank=256;