v4l2h264dec: Copy frames when GstVideoMeta is not supported
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 12 Mar 2020 20:15:40 +0000 (16:15 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 31 Mar 2020 13:34:05 +0000 (09:34 -0400)
commit21652a8e5228d213e240023979b03f3ea1d67adc
tree79ee0c43485288126106b905b9f801bcc2788949
parent3c2d25eebf5934024f032e12311548b4550f52f4
v4l2h264dec: Copy frames when GstVideoMeta is not supported

In some case, when downstream does not support GstVideoMeta, we need to
normalize the stride and offset of the buffer so that downstream can render
properly with a GstVideoMeta. This code is not called when GstVideoMeta is
supported downstream.
sys/v4l2codecs/gstv4l2codech264dec.c