deinterlace: Handle NV12/NV21 for the greedyl mode.
authorJan Schmidt <jan@centricular.com>
Fri, 8 May 2020 17:07:33 +0000 (03:07 +1000)
committerJan Schmidt <jan@centricular.com>
Fri, 8 May 2020 17:07:33 +0000 (03:07 +1000)
commit1106eb16b66447fe3f1f6b2b6fcca6921a8db15b
tree528008427ea8923f2aa5ca154bce1cb757d36726
parent82dc670f1f38f946e23c8faf92d6013534e83006
deinterlace: Handle NV12/NV21 for the greedyl mode.

Don't fall back on the default interpolate_scanline function, which
blindly tries to copy from the next field, which can be NULL in
mixed progressive/interlaced streams

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/585>
gst/deinterlace/tvtime/greedy.c