From 6f195c493d8a9a4a73a4097c61401f37b1578377 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 14 Dec 2018 12:46:55 +0100
Subject: [PATCH] gst-raiplay-download.sh: rename mp4mux from "mp4" to "mux"

---
 shell/gst-raiplay-download.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shell/gst-raiplay-download.sh b/shell/gst-raiplay-download.sh
index 7e1f93e..a5ac690 100755
--- a/shell/gst-raiplay-download.sh
+++ b/shell/gst-raiplay-download.sh
@@ -13,7 +13,7 @@ OUTPUT_FILE="$2"
 # use a high value for connection-speed to download the best quality video
 gst-launch-1.0 \
   \
-  mp4mux name=mp4 fragment-duration=10 ! \
+  mp4mux name=mux fragment-duration=10 ! \
   filesink location="$OUTPUT_FILE" \
   \
   "$SOURCE_URL" ! \
@@ -21,10 +21,10 @@ gst-launch-1.0 \
   tsdemux name=demux \
   \
   demux.video_0_0100 ! queue ! h264parse ! queue ! \
-  mp4.video_00 \
+  mux.video_00 \
   \
   demux.audio_0_0101 ! queue ! decodebin ! audioconvert ! lamemp3enc ! queue ! \
-  mp4.audio_00
+  mux.audio_00
 
 # NOTE: the audio re-encoding is necessary because aacparse lacks some
 # functionality, see:
-- 
2.1.4