summaryrefslogtreecommitdiffstats
path: root/tests/examples/rtp/server-alsasrc-PCMA.sh
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-30 18:45:17 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-30 18:46:57 +0200
commit1a291a126a8b1ed707ddf394b8aeeee531470f04 (patch)
tree45cadcf6d3577ec879e06a5d351c3da8b7178fe7 /tests/examples/rtp/server-alsasrc-PCMA.sh
parentb1feeee166b316689f1a3020d7ef37146fbf2ef1 (diff)
rtp: Use autoaudio{sink,src} instead of alsa in the examples
Diffstat (limited to 'tests/examples/rtp/server-alsasrc-PCMA.sh')
-rwxr-xr-xtests/examples/rtp/server-alsasrc-PCMA.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/examples/rtp/server-alsasrc-PCMA.sh b/tests/examples/rtp/server-alsasrc-PCMA.sh
index 82705bf9..c0fe0e72 100755
--- a/tests/examples/rtp/server-alsasrc-PCMA.sh
+++ b/tests/examples/rtp/server-alsasrc-PCMA.sh
@@ -1,12 +1,12 @@
#!/bin/sh
#
# A simple RTP server
-# sends the output of alsasrc as alaw encoded RTP on port 5002, RTCP is sent on
+# sends the output of autoaudiosrc as alaw encoded RTP on port 5002, RTCP is sent on
# port 5003. The destination is 127.0.0.1.
# the receiver RTCP reports are received on port 5007
#
# .-------. .-------. .-------. .----------. .-------.
-# |alsasrc| |alawenc| |pcmapay| | rtpbin | |udpsink| RTP
+# |autoaudiosrc| |alawenc| |pcmapay| | rtpbin | |udpsink| RTP
# | src->sink src->sink src->send_rtp send_rtp->sink | port=5002
# '-------' '-------' '-------' | | '-------'
# | |
@@ -21,7 +21,7 @@
# change this to send the RTP data and RTCP to another host
DEST=127.0.0.1
-#AELEM=alsasrc
+#AELEM=autoaudiosrc
AELEM=audiotestsrc
# PCMA encode from an the source