ci: Update CI image with current gstreamer commits

This is needed so that the fix from
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7493
can be used while testing recent changes to the pad probe API.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1528>
This commit is contained in:
Arun Raghavan 2024-09-12 10:22:43 -04:00
parent 6849e4b4c3
commit 6a87d4a66a

View file

@ -1,6 +1,6 @@
variables:
GST_RS_IMG_TAG: "2024-09-05.1"
GST_RS_IMG_WINDOWS_TAG: "2024-09-05.1"
GST_RS_IMG_TAG: "2024-09-12.1"
GST_RS_IMG_WINDOWS_TAG: "2024-09-12.1"
GST_RS_STABLE: "1.81.0"
GST_RS_MSRV: "1.71.1"
# The branch we use to build GStreamer from in the docker images