summaryrefslogtreecommitdiffstats
path: root/tests/examples/rtp/client-H263p-PCMA.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/rtp/client-H263p-PCMA.sh')
-rwxr-xr-xtests/examples/rtp/client-H263p-PCMA.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/rtp/client-H263p-PCMA.sh b/tests/examples/rtp/client-H263p-PCMA.sh
index 46dfa5b3..90e6deb7 100755
--- a/tests/examples/rtp/client-H263p-PCMA.sh
+++ b/tests/examples/rtp/client-H263p-PCMA.sh
@@ -17,6 +17,6 @@ gst-launch -v gstrtpbin name=rtpbin latency=$LATENCY
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \
rtpbin.send_rtcp_src_0 ! udpsink host=$DEST port=5005 sync=false async=false \
udpsrc caps=$AUDIO_CAPS port=5002 ! rtpbin.recv_rtp_sink_1 \
- rtpbin. ! rtppcmadepay ! alawdec ! alsasink buffer-time=10000 \
+ rtpbin. ! rtppcmadepay ! alawdec ! autoaudiosink buffer-time=10000 \
udpsrc port=5003 ! rtpbin.recv_rtcp_sink_1 \
rtpbin.send_rtcp_src_1 ! udpsink host=$DEST port=5007 sync=false async=false