memcpy works in bytes, but orc works in items, so given that the size arguments is in bytes, we need to divide by the pixel stride. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5172>
memcpy works in bytes, but orc works in items, so given that the size arguments is in bytes, we need to divide by the pixel stride. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5172>