mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-03 06:32:26 +00:00
webrtcsink: don't hold settings lock while negotiating
This commit is contained in:
parent
f82a731b3a
commit
9a345f9c6f
1 changed files with 1 additions and 0 deletions
|
@ -1726,6 +1726,7 @@ impl WebRTCSink {
|
|||
state.sessions.insert(session_id.to_string(), session);
|
||||
|
||||
drop(state);
|
||||
drop(settings);
|
||||
|
||||
// This is intentionally emitted with the pipeline in the Ready state,
|
||||
// so that application code can create data channels at the correct
|
||||
|
|
Loading…
Reference in a new issue