summaryrefslogtreecommitdiff
path: root/tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh')
-rwxr-xr-xtests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh b/tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh
index e9255f6f2..2a8dc5cf5 100755
--- a/tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh
+++ b/tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh
@@ -18,7 +18,7 @@ gst-launch -v gstrtpbin name=rtpbin \
rtpbin.send_rtp_src_0 ! queue ! udpsink host=$HOST port=5000 ts-offset=$AOFFSET \
rtpbin.send_rtcp_src_0 ! udpsink host=$HOST port=5001 sync=false async=false \
udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0 \
- alsasrc ! audioconvert ! amrnbenc ! rtpamrpay ! rtpbin.send_rtp_sink_1 \
+ autoaudiosrc ! audioconvert ! amrnbenc ! rtpamrpay ! rtpbin.send_rtp_sink_1 \
rtpbin.send_rtp_src_1 ! queue ! udpsink host=$HOST port=5002 ts-offset=$VOFFSET \
rtpbin.send_rtcp_src_1 ! udpsink host=$HOST port=5003 sync=false async=false \
udpsrc port=5007 ! rtpbin.recv_rtcp_sink_1