Skip to content
Snippets Groups Projects
Commit ba7d568b authored by Kristofer Björkström's avatar Kristofer Björkström
Browse files

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

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, a WeakRef on Client is set.

Part-of: <gstreamer/gst-rtsp-server!121>
parent 6459a61e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment