gst-raiplay-download.sh: update the URL of the bug report about aacparse
[experiments/gstreamer.git] / shell / gst-raiplay-download.sh
index 4fc86d8..8e53030 100755 (executable)
@@ -4,7 +4,7 @@
 
 set -e
 
-[ "x$1" = "x" -o "x$2" = x ] && { echo "usage: $(basename $0) <source_m3u8_url> <output_file>" 1>&2; exit 1; }
+{ [ "x$1" = "x" ] || [ "x$2" = x ]; } && { echo "usage: $(basename "$0") <source_m3u8_url> <output_file>" 1>&2; exit 1; }
 
 SOURCE_URL="$1"
 OUTPUT_FILE="$2"
@@ -26,4 +26,5 @@ gst-launch-1.0 \
   mp4.audio_00
 
 # NOTE: the audio re-encoding is necessary because aacparse lacks some
-# functionality, see: https://bugzilla.gnome.org/show_bug.cgi?id=723551
+# functionality, see:
+# https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/106