From 6a87d4a66a8bf3441bcb3ae7012f43b523e3ec02 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 12 Sep 2024 10:22:43 -0400 Subject: [PATCH] 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: --- ci/images_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index e1a88392a..93bb7f641 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -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