summaryrefslogtreecommitdiff
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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/rtp/client-H263p-PCMA.sh b/tests/examples/rtp/client-H263p-PCMA.sh
index 9db0d7ecf..f2e9b5291 100755
--- a/tests/examples/rtp/client-H263p-PCMA.sh
+++ b/tests/examples/rtp/client-H263p-PCMA.sh
@@ -12,12 +12,12 @@ DEST=localhost
VIDEO_DEC="rtph263pdepay ! ffdec_h263"
AUDIO_DEC="rtppcmadepay ! alawdec"
-VIDEO_SINK="ffmpegcolorspace ! autovideosink"
+VIDEO_SINK="videoconvert ! autovideosink"
AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
LATENCY=100
-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 \