examples: we don't need the queue anymore

This commit is contained in:
Wim Taymans 2013-09-16 15:54:37 +02:00
parent 4de919a17a
commit aa9af2c82e

View file

@ -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"