diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-01-24 13:39:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-01-24 13:39:58 +0000 |
commit | 285235a10a18f72b239385829e4963a221c7a897 (patch) | |
tree | 139666198f5ea87d1807d6b47402405e6cb14f2d | |
parent | cb1019875ae523803afd2505c1de1039157d3ca7 (diff) |
examples: autoaudisink -> autoaudiosink in RTP examples
-rwxr-xr-x | tests/examples/rtp/client-H263p-AMR.sh | 2 | ||||
-rwxr-xr-x | tests/examples/rtp/client-H263p-PCMA.sh | 2 | ||||
-rwxr-xr-x | tests/examples/rtp/client-H264-PCMA.sh | 2 | ||||
-rwxr-xr-x | tests/examples/rtp/client-PCMA.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/examples/rtp/client-H263p-AMR.sh b/tests/examples/rtp/client-H263p-AMR.sh index 07a466fa8..bb0b795fe 100755 --- a/tests/examples/rtp/client-H263p-AMR.sh +++ b/tests/examples/rtp/client-H263p-AMR.sh @@ -10,7 +10,7 @@ VIDEO_DEC="rtph263pdepay ! ffdec_h263" AUDIO_DEC="rtpamrdepay ! amrnbdec" VIDEO_SINK="ffmpegcolorspace ! autovideosink" -AUDIO_SINK="audioconvert ! audioresample ! autoaudisink" +AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink" gst-launch -v gstrtpbin name=rtpbin latency=100 \ udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \ diff --git a/tests/examples/rtp/client-H263p-PCMA.sh b/tests/examples/rtp/client-H263p-PCMA.sh index 8204c1f11..9db0d7ecf 100755 --- a/tests/examples/rtp/client-H263p-PCMA.sh +++ b/tests/examples/rtp/client-H263p-PCMA.sh @@ -13,7 +13,7 @@ VIDEO_DEC="rtph263pdepay ! ffdec_h263" AUDIO_DEC="rtppcmadepay ! alawdec" VIDEO_SINK="ffmpegcolorspace ! autovideosink" -AUDIO_SINK="audioconvert ! audioresample ! autoaudisink" +AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink" LATENCY=100 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 \ diff --git a/tests/examples/rtp/client-PCMA.sh b/tests/examples/rtp/client-PCMA.sh index 5d473404b..b2c92f7d9 100755 --- a/tests/examples/rtp/client-PCMA.sh +++ b/tests/examples/rtp/client-PCMA.sh @@ -25,7 +25,7 @@ AUDIO_CAPS="application/x-rtp,media=(string)audio,clock-rate=(int)8000,encoding- AUDIO_DEC="rtppcmadepay ! alawdec" -AUDIO_SINK="audioconvert ! audioresample ! autoaudisink" +AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink" # the destination machine to send RTCP to. This is the address of the sender and # is used to send back the RTCP reports of this receiver. If the data is sent |