audio: video: Fix in/outbuf confusion of transform_meta
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>
Thu, 8 Oct 2020 11:52:33 +0000 (13:52 +0200)
committerJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>
Thu, 8 Oct 2020 16:30:39 +0000 (18:30 +0200)
commitaa89ae8beb3c1cc5630b4f828ac3b07bf2bcca07
tree00d469309b960c5fe460133c1cf0a77b7416f7d0
parentc66e2765502031f12be6b8c08b3e3ebce567a299
audio: video: Fix in/outbuf confusion of transform_meta

There are three instances where in- and outbuf have been swapped. This
didn't affect the correctness of the libs *filter code, but the
videoscale implementation swapped the arguments of meta->transform_func.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/853>
gst-libs/gst/audio/gstaudiofilter.c
gst-libs/gst/video/gstvideofilter.c
gst/videoscale/gstvideoscale.c