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