Returning TRUE from the `transform_meta` function tells GstBaseTransform to copy the meta into the new buffer. If videoscale has already transformed a meta by scaling it, it should always return FALSE to avoid duplicating the meta. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1630>