Quote URI in the example script
authorAntonio Ospite <ao2@ao2.it>
Tue, 27 Nov 2018 17:23:24 +0000 (18:23 +0100)
committerAntonio Ospite <ao2@ao2.it>
Tue, 27 Nov 2018 17:23:24 +0000 (18:23 +0100)
src/gst-am7xxx-play.sh

index 9e2ff95..590803c 100755 (executable)
@@ -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)