gstreamer/gst
Mathieu Duponchelle 883ddc72bb rtsp-media: do not unblock on unsuspend
rtsp_media_unsuspend() is called from handle_play_request()
before sending the play response. Unblocking the streams here
was causing data to be sent out before the client was ready
to handle it, with obvious side effects such as initial packets
getting discarded, causing decoding errors.

Instead we can simply let the media streams be unblocked when
the state of the media is set to PLAYING, which occurs after
sending the play response.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/147>
2020-09-08 21:09:30 +00:00
..
rtsp-server rtsp-media: do not unblock on unsuspend 2020-09-08 21:09:30 +00:00
rtsp-sink rtspclientsink: Don't call gst_ghost_pad_construct() anymore 2020-06-22 12:33:32 +03:00
meson.build meson: add option to disable build of rtspclientsink plugin 2018-09-19 12:17:57 +01:00