omxh264dec: Require stream-format=byte-stream
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 3 Oct 2011 07:12:44 +0000 (09:12 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 3 Oct 2011 07:13:29 +0000 (09:13 +0200)
Other stream-formats are unlikely to be supported by OMX components.

omx/gstomxh264dec.c

index 4b4b6db9994698f478c4daf9621d836c10531fb5..b9b1af21ba748eefad85be018b5c18ad78fdf754 100644 (file)
@@ -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