X-Git-Url: https://git.ao2.it/gst-am7xxxsink.git/blobdiff_plain/5e1b86064b60c9851dca62bce3310115e8096d81..HEAD:/src/gst-am7xxx-play.sh 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)