mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
omxh264videodec: Require alignment=au and stream-format={avc,bytestream}
This commit is contained in:
parent
0c72a15019
commit
4fede99e2d
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ static GstStaticPadTemplate gst_omx_h264_video_dec_sink_template =
|
|||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-h264, " "parsed=(boolean) true")
|
||||
GST_STATIC_CAPS ("video/x-h264, "
|
||||
"parsed=(boolean) true, "
|
||||
"alignment=(string)au, " "stream-format=(string) {avc, byte-stream}")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate gst_omx_h264_video_dec_src_template =
|
||||
|
|
Loading…
Reference in a new issue