From: Antonio Ospite Date: Tue, 27 Nov 2018 17:23:24 +0000 (+0100) Subject: Quote URI in the example script X-Git-Url: https://git.ao2.it/gst-am7xxxsink.git/commitdiff_plain/7f83989f98e8926c91e87837580f466420855a64?ds=sidebyside Quote URI in the example script --- 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)