From 7f83989f98e8926c91e87837580f466420855a64 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 27 Nov 2018 18:23:24 +0100 Subject: [PATCH 1/1] Quote URI in the example script --- src/gst-am7xxx-play.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gst-am7xxx-play.sh b/src/gst-am7xxx-play.sh index 9e2ff95..590803c 100755 --- a/src/gst-am7xxx-play.sh +++ b/src/gst-am7xxx-play.sh @@ -22,7 +22,7 @@ case "$SRC" in uri) DECODER="dec" - INPUT="uridecodebin uri=$URI name=$DECODER ${DECODER}." + INPUT="uridecodebin uri=\"$URI\" name=$DECODER ${DECODER}." ;; v4l2) -- 2.1.4