summaryrefslogtreecommitdiff
path: root/tests/examples/rtp/client-H264-PCMA.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-26 22:39:55 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-27 21:20:30 +0100
commit4bb52bbadfe7e3de57ab3908dbc0f4f1b964514f (patch)
treedeb30ed338b5ec2e038ac8233f283e8c1c00683c /tests/examples/rtp/client-H264-PCMA.sh
parente4cb67fad898cd6d0c7516e48168e9632995872f (diff)
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Diffstat (limited to 'tests/examples/rtp/client-H264-PCMA.sh')
-rwxr-xr-xtests/examples/rtp/client-H264-PCMA.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/rtp/client-H264-PCMA.sh b/tests/examples/rtp/client-H264-PCMA.sh
index 7b104ab2d..e02db62ba 100755
--- a/tests/examples/rtp/client-H264-PCMA.sh
+++ b/tests/examples/rtp/client-H264-PCMA.sh
@@ -50,10 +50,10 @@ AUDIO_CAPS="application/x-rtp,media=(string)audio,clock-rate=(int)8000,encoding-
VIDEO_DEC="rtph264depay ! ffdec_h264"
AUDIO_DEC="rtppcmadepay ! alawdec"
-VIDEO_SINK="ffmpegcolorspace ! autovideosink"
+VIDEO_SINK="videoconvert ! autovideosink"
AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
-gst-launch -v gstrtpbin name=rtpbin latency=$LATENCY \
+gst-launch-1.0 -v gstrtpbin name=rtpbin latency=$LATENCY \
udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \
rtpbin. ! $VIDEO_DEC ! $VIDEO_SINK \
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \