omxh264dec: Require stream-format=byte-stream

Other stream-formats are unlikely to be supported by OMX components.
This commit is contained in:
Sebastian Dröge 2011-10-03 09:12:44 +02:00
parent bb1dd8aaba
commit 37967b4316

View file

@ -82,7 +82,7 @@ gst_omx_h264_dec_class_init (GstOMXH264DecClass * klass)
videodec_class->default_sink_template_caps = "video/x-h264, " videodec_class->default_sink_template_caps = "video/x-h264, "
"parsed=(boolean) true, " "parsed=(boolean) true, "
"alignment=(string)au, " "stream-format=(string) avc"; "alignment=(string)au, " "stream-format=(string) byte-stream";
} }
static void static void