gst-raiplay-download.sh: make a comment shorter
authorAntonio Ospite <ao2@ao2.it>
Fri, 14 Dec 2018 11:33:13 +0000 (12:33 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 14 Dec 2018 11:33:13 +0000 (12:33 +0100)
This prevents it from being wrapped when auto-formatting the text.

shell/gst-raiplay-download.sh

index 8e53030..51af243 100755 (executable)
@@ -9,7 +9,7 @@ set -e
 SOURCE_URL="$1"
 OUTPUT_FILE="$2"
 
 SOURCE_URL="$1"
 OUTPUT_FILE="$2"
 
-# use a fixed and high value for connection-speed to download the best quality video
+# use a high value for connection-speed to download the best quality video
 gst-launch-1.0 \
   \
   mp4mux name=mp4 fragment-duration=10 ! \
 gst-launch-1.0 \
   \
   mp4mux name=mp4 fragment-duration=10 ! \