From fc1716cd8aea8bdd5b80ab2d46620280709e860b Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 17 Apr 2021 12:11:52 +0200 Subject: [PATCH] ci/install-gst: Clone gst-build master branch --- ci/install-gst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-gst.sh b/ci/install-gst.sh index f64145d6c..43c71f538 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -2,7 +2,7 @@ set -e pip3 install meson==0.57.1 -git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch 1.18 +git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master 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