diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.com> | 2020-10-05 12:32:10 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-10-10 14:00:56 +0100 |
commit | fcd12e89cc72dda45998d3ef6d564a9a4d8f2a4a (patch) | |
tree | f964eec866a048d5ac851eadab30d64079d88019 /RELEASE | |
parent | 211838428303fbff730179abb5b83c27a4c20e00 (diff) |
omxvideodec: support interlace-mode=interleaved input
interlace-mode=alternate is a special case of interlace-mode=interleaved
where the fields are split using two different buffers.
The Zynq decoder always produces alternate content and we
used to assume that upstream will set interlace-mode=alternate in its
caps as well.
This is no longer the case as h265parse is now setting
alternate-mode=interleaved on alternate content to not break compat with
elements not supporting alternate.
As a result the decoder now accept both 'interleaved' and 'alternate' on
its input and ensures that its ouput has interlace-mode=alternate.
Needed to fix https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/825
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-omx/-/merge_requests/73>
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions