omxh264dec: Require stream-format=byte-stream
Other stream-formats are unlikely to be supported by OMX components.
This commit is contained in:
parent
bb1dd8aaba
commit
37967b4316
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user