From 37967b4316170436c47f735433aa2a9caecb85ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 3 Oct 2011 09:12:44 +0200 Subject: [PATCH] omxh264dec: Require stream-format=byte-stream Other stream-formats are unlikely to be supported by OMX components. --- omx/gstomxh264dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomxh264dec.c b/omx/gstomxh264dec.c index 4b4b6db999..b9b1af21ba 100644 --- a/omx/gstomxh264dec.c +++ b/omx/gstomxh264dec.c @@ -82,7 +82,7 @@ gst_omx_h264_dec_class_init (GstOMXH264DecClass * klass) videodec_class->default_sink_template_caps = "video/x-h264, " "parsed=(boolean) true, " - "alignment=(string)au, " "stream-format=(string) avc"; + "alignment=(string)au, " "stream-format=(string) byte-stream"; } static void