summaryrefslogtreecommitdiffstats
path: root/tests/examples/rtp/client-H263p-AMR.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/client-H263p-AMR.sh
parentb1feeee166b316689f1a3020d7ef37146fbf2ef1 (diff)
rtp: Use autoaudio{sink,src} instead of alsa in the examples
Diffstat (limited to 'tests/examples/rtp/client-H263p-AMR.sh')
-rwxr-xr-xtests/examples/rtp/client-H263p-AMR.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/rtp/client-H263p-AMR.sh b/tests/examples/rtp/client-H263p-AMR.sh
index 59647745..216c6b09 100755
--- a/tests/examples/rtp/client-H263p-AMR.sh
+++ b/tests/examples/rtp/client-H263p-AMR.sh
@@ -12,6 +12,6 @@ gst-launch -v gstrtpbin name=rtpbin latency=100
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \
rtpbin.send_rtcp_src_0 ! udpsink port=5005 sync=false async=false \
udpsrc caps=$AUDIO_CAPS port=5002 ! rtpbin.recv_rtp_sink_1 \
- rtpbin. ! rtpamrdepay ! amrnbdec ! alsasink slave-method=1 \
+ rtpbin. ! rtpamrdepay ! amrnbdec ! autoaudiosink slave-method=1 \
udpsrc port=5003 ! rtpbin.recv_rtcp_sink_1 \
rtpbin.send_rtcp_src_1 ! udpsink port=5007 sync=false async=false