Skip to content

rtsp-client: Fix race condition in rtsp ctrl timeout by reffing client

Kristofer requested to merge Bjorkstrom/gst-rtsp-server:master into master

There was a race condition where client was being finalized and concurrently in some other thread the rtsp ctrl timout was relying on client data that was being freed. When rtsp ctrl timeout is setup, client will be reffed.

Merge request reports