video-frame: Take TFF flag from the video info if it was set in there
authorSebastian Dröge <sebastian@centricular.com>
Fri, 16 Aug 2019 08:58:28 +0000 (11:58 +0300)
committerSebastian Dröge <slomo@coaxion.net>
Fri, 16 Aug 2019 09:00:28 +0000 (09:00 +0000)
commit8478aa7aed5e8fff021501cb4986bcd20f062e6c
tree3f844f608c3469c62831b2231aafa664f6cb6a74
parentf65145371bca7b66e0aa141f0254ee91b53a6f2a
video-frame: Take TFF flag from the video info if it was set in there

The caps and thus the video info have preference. If the field order is
set in there then it applies to all frames.

This works around issues where the tff field order is only set in the
caps but not additionally in the buffer flags.
gst-libs/gst/video/video-frame.c