diff --git a/ci/images_template.yml b/ci/images_template.yml index 15a11a48b..6f963ffe5 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-06-11.0' + GST_RS_IMG_TAG: '2020-07-05.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index a836844a9..493f83484 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,4 +1,4 @@ -pip3 install meson==0.54.0 +pip3 install meson==0.54.3 git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master cd gst-build