0.346 --2024-01-26 08:00:17-- https://raw.githubusercontent.com/opencv/gst-video-analytics/master/patches/gstreamer-vaapi/vasurface_qdata.patch
0.347 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
0.366 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
0.479 HTTP request sent, awaiting response... 404 Not Found
0.738 2024-01-26 08:00:17 ERROR 404: Not Found.
0.738
0.743 error: unrecognized input
gst-analytics.Dockerfile:451
450 | RUN wget ${GST_PLUGIN_VAAPI_REPO} -O build/src/gstreamer-vaapi-${GST_VERSION}.tar.xz
451 | >>> RUN tar xvf build/src/gstreamer-vaapi-${GST_VERSION}.tar.xz &&
452 | >>> cd gstreamer-vaapi-${GST_VERSION} &&
453 | >>> wget -O - ${GSTREAMER_VAAPI_PATCH_URL} | git apply &&
454 | >>> PKG_CONFIG_PATH=$PWD/build/pkgconfig:${PKG_CONFIG_PATH} meson \