mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
examples: we don't need the queue anymore
This commit is contained in:
parent
4de919a17a
commit
aa9af2c82e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue