gstreamer/gst
Mathieu Duponchelle 54b6b3bcab rtsp-stream: marshal calls to send_tcp_message to a single thread
In order to address the race condition pointed out at
https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/merge_requests/108#note_403579
we get rid of the send thread pool, and instead spawn and manage
a single thread to pull samples from app sinks and add them to
the transport's backlogs.

Additionally, we now also always go through the backlogs in order
to simplify the logic.
2020-02-24 20:24:29 +00:00
..
rtsp-server rtsp-stream: marshal calls to send_tcp_message to a single thread 2020-02-24 20:24:29 +00:00
rtsp-sink rtsp-session & client: Remove deprecated GTimeVal 2019-12-18 19:48:31 +00:00
meson.build meson: add option to disable build of rtspclientsink plugin 2018-09-19 12:17:57 +01:00