gstreamer/subprojects/gst-rtsp-server/gst/rtsp-server
Branko Subasic 341e55e9f2 gst-rtsp-server: fix race in rtsp-client
When tunneling over HTTP, if connection on the second channel happens
before the control timer is created we may trigger an assert in
rtsp_ctrl_timeout_remove(). Avoid that by taking the priv->lock before
attaching the client thread to the context.

Fixes #1025

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1870>
2022-03-07 11:02:13 +00:00
..
meson.build rtsp-server: add gst_dep to gst_rtsp_server_deps 2021-12-20 13:08:33 +00:00
rtsp-address-pool.c
rtsp-address-pool.h
rtsp-auth.c
rtsp-auth.h
rtsp-client.c gst-rtsp-server: fix race in rtsp-client 2022-03-07 11:02:13 +00:00
rtsp-client.h
rtsp-context.c
rtsp-context.h
rtsp-latency-bin.c
rtsp-latency-bin.h
rtsp-media-factory-uri.c
rtsp-media-factory-uri.h
rtsp-media-factory.c
rtsp-media-factory.h
rtsp-media.c rtsp-media: Unprepare suspended medias too 2021-10-07 11:16:39 +00:00
rtsp-media.h
rtsp-mount-points.c
rtsp-mount-points.h
rtsp-onvif-client.c
rtsp-onvif-client.h
rtsp-onvif-media-factory.c
rtsp-onvif-media-factory.h
rtsp-onvif-media.c
rtsp-onvif-media.h
rtsp-onvif-server.c
rtsp-onvif-server.h
rtsp-params.c
rtsp-params.h
rtsp-permissions.c
rtsp-permissions.h
rtsp-sdp.c
rtsp-sdp.h
rtsp-server-internal.h
rtsp-server-object.h
rtsp-server-prelude.h
rtsp-server.c
rtsp-server.h
rtsp-session-media.c
rtsp-session-media.h
rtsp-session-pool.c
rtsp-session-pool.h
rtsp-session.c rtsp-client: make sure sessmedia will not get freed while used 2021-10-06 19:42:43 +00:00
rtsp-session.h rtsp-client: make sure sessmedia will not get freed while used 2021-10-06 19:42:43 +00:00
rtsp-stream-transport.c
rtsp-stream-transport.h
rtsp-stream.c rtsp-stream: fix get_rates raciness 2021-12-16 22:18:12 +00:00
rtsp-stream.h
rtsp-thread-pool.c
rtsp-thread-pool.h
rtsp-token.c
rtsp-token.h