summaryrefslogtreecommitdiff
path: root/tests/examples/rtp/client-H264-PCMA.sh
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-02-22 14:50:59 +0200
committerStefan Kost <ensonic@users.sf.net>2011-02-22 14:54:28 +0200
commit768dbfaf920610456c3c398f8d54f84c51c8890c (patch)
tree24aed4b87cde1001aded198ce62fb21152088dea /tests/examples/rtp/client-H264-PCMA.sh
parent0f88181f431ddf48092230bf84ca9e0bb9315c16 (diff)
rtp-examples: fix ascii-art
Some boxes where misaligned due to long "audiotetssrc" name. Trim trailing whitespace.
Diffstat (limited to 'tests/examples/rtp/client-H264-PCMA.sh')
-rwxr-xr-xtests/examples/rtp/client-H264-PCMA.sh20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/examples/rtp/client-H264-PCMA.sh b/tests/examples/rtp/client-H264-PCMA.sh
index 9f007f1f9..7b104ab2d 100755
--- a/tests/examples/rtp/client-H264-PCMA.sh
+++ b/tests/examples/rtp/client-H264-PCMA.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# A simple RTP receiver
+# A simple RTP receiver
#
# receives H264 encoded RTP video on port 5000, RTCP is received on port 5001.
# the receiver RTCP reports are sent to port 5005
@@ -11,27 +11,27 @@
# RTP |udpsrc | | rtpbin | |h264depay| |h264dec| |xvimagesink|
# port=5000 | src->recv_rtp recv_rtp->sink src->sink src->sink |
# '-------' | | '---------' '-------' '-----------'
-# | |
+# | |
# | | .-------.
# | | |udpsink| RTCP
# | send_rtcp->sink | port=5005
# .-------. | | '-------' sync=false
# RTCP |udpsrc | | | async=false
-# port=5001 | src->recv_rtcp |
-# '-------' | |
+# port=5001 | src->recv_rtcp |
+# '-------' | |
# | |
-# .-------. | | .---------. .-------. .--------.
+# .-------. | | .---------. .-------. .-------------.
# RTP |udpsrc | | rtpbin | |pcmadepay| |alawdec| |autoaudiosink|
-# port=5002 | src->recv_rtp recv_rtp->sink src->sink src->sink |
-# '-------' | | '---------' '-------' '--------'
-# | |
+# port=5002 | src->recv_rtp recv_rtp->sink src->sink src->sink |
+# '-------' | | '---------' '-------' '-------------'
+# | |
# | | .-------.
# | | |udpsink| RTCP
# | send_rtcp->sink | port=5007
# .-------. | | '-------' sync=false
# RTCP |udpsrc | | | async=false
-# port=5003 | src->recv_rtcp |
-# '-------' '----------'
+# port=5003 | src->recv_rtcp |
+# '-------' '----------'
# the destination machine to send RTCP to. This is the address of the sender and
# is used to send back the RTCP reports of this receiver. If the data is sent