video-converter: Use interlaced scalers for vertical scaling if needed
authorSebastian Dröge <sebastian@centricular.com>
Mon, 21 Oct 2019 13:43:02 +0000 (16:43 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 22 Oct 2019 06:49:18 +0000 (09:49 +0300)
commit565b797f572778e8286e3cfb2d8e1e6a9871fc9a
treee917a58e11154f81cca581113b1755d44456bdc1
parentf2b3e9b4a1e8e452d6e4eda06f4ef2576527a30c
video-converter: Use interlaced scalers for vertical scaling if needed

Without this, scaling e.g. interlaced UYVY causes corrupted output with
lines as follows: f1 f1 f2 f2, i.e. two lines of each field and only
then the other field.
gst-libs/gst/video/video-converter.c