From 0b2eec9f166ec93001972e4d92dd86a9ad3d07a2 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 29 Oct 2018 13:33:17 +0000 Subject: [PATCH] Set GStreamer plugins path in uninstalled env --- pw-uninstalled.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index 4054f7040..e5a856071 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -32,6 +32,7 @@ export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire.conf" export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins" export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules" export PATH="${BUILDDIR}/src/daemon:${PATH}" +export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/:${GST_PLUGIN_PATH}" # FIXME: find a nice, shell-neutral way to specify a prompt ${SHELL}