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)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 24 Oct 2019 17:07:55 +0000 (18:07 +0100)
commitf08b564410f66eb8dbd4cda160e1bf3e6a742458
treeb67580d2f87385ea5dddefbb126b68c6a78e9b4e
parent7a7a1256287d19ac391bf7151d02cfd3be6abbe3
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