From a3395062f14801406521dadcf5f5edf139951de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 1 Nov 2020 09:54:37 +0200 Subject: [PATCH] ci: Build gstreamer from the 1.18 branch for now git master has ABI changes in gst-plugins-bad. --- 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 dbad80313..42bf447b2 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-10-31.0' + GST_RS_IMG_TAG: '2020-11-01.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 203815ad7..fae347c72 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -2,7 +2,7 @@ set -e pip3 install meson==0.56.0 -git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master +git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch 1.18 cd gst-build meson build -D prefix=/usr/local -D devtools=disabled -D examples=disabled -D gtk_doc=disabled -D introspection=disabled -D libav=disabled -D libnice=disabled -D python=disabled -D ugly=disabled -D vaapi=disabled