Solves this error in Windows build: ../ext/curl/gstcurlbasesink.c:1154:14: error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits] 1154 | if (curlfd < 0) { Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8615>