From 326167470ae87bf2676ca4867f9bbb9ef6e55817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Sep 2020 17:10:20 +0300 Subject: [PATCH] ci: Rebuild GStreamer to update to 1.18.0 --- ci/images_template.yml | 2 +- ci/install-gst.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index efb71b56f..b59b532fa 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-08-11.2-0.16' + GST_RS_IMG_TAG: '2020-09-08.0-0.16' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 0c5687b8a..4892bc85e 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.54.3 +pip3 install meson==0.55.1 git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master cd gst-build