mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-10 03:05:28 +00:00
ce24ca965e
Fix race between latency query handler and setup_transcription() method. Locking order of setup_transcription() is state lock -> setup_transcription() -> settings lock So taking state lock inside of setting lock in src_query() can cause deadlock. |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE-MPL-2.0 |