From d770cdb54f40ecd58f411e8d185228bac4d3c10f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 14 Dec 2018 12:33:13 +0100 Subject: [PATCH] gst-raiplay-download.sh: make a comment shorter This prevents it from being wrapped when auto-formatting the text. --- shell/gst-raiplay-download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/gst-raiplay-download.sh b/shell/gst-raiplay-download.sh index 8e53030..51af243 100755 --- a/shell/gst-raiplay-download.sh +++ b/shell/gst-raiplay-download.sh @@ -9,7 +9,7 @@ set -e 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 ! \ -- 2.1.4