mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue