mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
rtsp-stream: Update comment and ASCII art to the latest code
We have a queue in front of the udpsink too to prevent the pipeline from locking up.
This commit is contained in:
parent
dfb053add3
commit
357af7aea6
1 changed files with 7 additions and 7 deletions
|
@ -2076,14 +2076,14 @@ gst_rtsp_stream_join_bin (GstRTSPStream * stream, GstBin * bin,
|
|||
GstPad *teepad, *queuepad;
|
||||
/* For the sender we create this bit of pipeline for both
|
||||
* RTP and RTCP. Sync and preroll are enabled on udpsink so
|
||||
* we need to add a queue before appsink to make the pipeline
|
||||
* not block. For the TCP case, we want to pump data to the
|
||||
* client as fast as possible anyway.
|
||||
* we need to add a queue before appsink and udpsink to make
|
||||
* the pipeline not block. For the TCP case, we want to pump
|
||||
* data to the client as fast as possible.
|
||||
*
|
||||
* .--------. .-----. .---------.
|
||||
* | rtpbin | | tee | | udpsink |
|
||||
* | send->sink src->sink |
|
||||
* '--------' | | '---------'
|
||||
* .--------. .-----. .---------. .---------.
|
||||
* | rtpbin | | tee | | queue | | udpsink |
|
||||
* | send->sink src->sink src->sink |
|
||||
* '--------' | | '---------' '---------'
|
||||
* | | .---------. .---------.
|
||||
* | | | queue | | appsink |
|
||||
* | src->sink src->sink |
|
||||
|
|
Loading…
Reference in a new issue