video-converter: Don't upsample/downsample/dither invalid lines
authorVivia Nikolaidou <vivia@ahiru.eu>
Fri, 19 Feb 2021 14:44:35 +0000 (16:44 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 23 Feb 2021 03:40:12 +0000 (03:40 +0000)
commit1517b7043d619c51cc49ade0810b78f62f79c4d2
tree3826b758ff47a851321953b8e8458147de82972b
parentfd41fca7f3263880a0c9a014541c5a98960ed1cb
video-converter: Don't upsample/downsample/dither invalid lines

This is a fallout from the conversion to support multiple threads.
convert->upsample_p is never NULL now, it's always an allocated array of
n_threads potentially-null pointers.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1043>
gst-libs/gst/video/video-converter.c