From e686feeb8323a34d93ac917e4fbdccf769760260 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Mon, 7 Oct 2024 00:03:40 +0100 Subject: [PATCH] revert using kingosticks repo as default --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8c7ec8d..565d6ae 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,7 @@ function log() { printf "%${WIDTH}s\n" | tr " " "*" } -GST_GIT_REPO="${GST_GIT_REPO:-https://gitlab.freedesktop.org/kingosticks/gst-plugins-rs.git}" +GST_GIT_REPO="${GST_GIT_REPO:-https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git}" GST_GIT_BRANCH="${GST_GIT_BRANCH:-main}" GST_SRC_DIR=gst-plugins-rs/$2