On windows we use _lseeki64 which returns a guint64. The only error code lseek and _lseeki64 return is a casted -1, therefore just do that to handle all platforms Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
On windows we use _lseeki64 which returns a guint64. The only error code lseek and _lseeki64 return is a casted -1, therefore just do that to handle all platforms Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>