summaryrefslogtreecommitdiff
path: root/tests/examples/rtp/client-H264-PCMA.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-24 13:39:58 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-24 13:39:58 +0000
commit285235a10a18f72b239385829e4963a221c7a897 (patch)
tree139666198f5ea87d1807d6b47402405e6cb14f2d /tests/examples/rtp/client-H264-PCMA.sh
parentcb1019875ae523803afd2505c1de1039157d3ca7 (diff)
examples: autoaudisink -> autoaudiosink in RTP examples
Diffstat (limited to 'tests/examples/rtp/client-H264-PCMA.sh')
-rwxr-xr-xtests/examples/rtp/client-H264-PCMA.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/rtp/client-H264-PCMA.sh b/tests/examples/rtp/client-H264-PCMA.sh
index 600cefe93..9f007f1f9 100755
--- a/tests/examples/rtp/client-H264-PCMA.sh
+++ b/tests/examples/rtp/client-H264-PCMA.sh
@@ -51,7 +51,7 @@ VIDEO_DEC="rtph264depay ! ffdec_h264"
AUDIO_DEC="rtppcmadepay ! alawdec"
VIDEO_SINK="ffmpegcolorspace ! autovideosink"
-AUDIO_SINK="audioconvert ! audioresample ! autoaudisink"
+AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
gst-launch -v gstrtpbin name=rtpbin latency=$LATENCY \
udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \