From: Wim Taymans Date: Mon, 16 Sep 2013 13:54:37 +0000 (+0200) Subject: examples: we don't need the queue anymore X-Git-Tag: 1.19.3~509^2~5321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa9af2c82e9ff9fe1a85cd485e69b74ec9941125;p=platform%2Fupstream%2Fgstreamer.git examples: we don't need the queue anymore --- diff --git a/tests/examples/rtp/client-H264-rtx.sh b/tests/examples/rtp/client-H264-rtx.sh index 3293cba..b4a2c6f 100755 --- a/tests/examples/rtp/client-H264-rtx.sh +++ b/tests/examples/rtp/client-H264-rtx.sh @@ -24,7 +24,7 @@ # have a mechanism to get this from the sender with a -launch line. VIDEO_CAPS="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264" -VIDEO_DEC="queue ! rtph264depay ! avdec_h264" +VIDEO_DEC="rtph264depay ! avdec_h264" VIDEO_SINK="videoconvert ! autovideosink"