From 4fede99e2d1eebb74009f90a728f0acf63646eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 12 Jul 2011 08:40:48 +0200 Subject: [PATCH] omxh264videodec: Require alignment=au and stream-format={avc,bytestream} --- omx/gstomxh264videodec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/omx/gstomxh264videodec.c b/omx/gstomxh264videodec.c index 2ec11e827b..bd552fce80 100644 --- a/omx/gstomxh264videodec.c +++ b/omx/gstomxh264videodec.c @@ -54,7 +54,9 @@ static GstStaticPadTemplate gst_omx_h264_video_dec_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("video/x-h264, " "parsed=(boolean) true") + GST_STATIC_CAPS ("video/x-h264, " + "parsed=(boolean) true, " + "alignment=(string)au, " "stream-format=(string) {avc, byte-stream}") ); static GstStaticPadTemplate gst_omx_h264_video_dec_src_template =