gst-plugins-rs/video/closedcaption
Seungha Yang ecf03d0e5c transcriberbin: Fix deadlock
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.
2022-03-08 22:38:55 +09:00
..
src transcriberbin: Fix deadlock 2022-03-08 22:38:55 +09:00
tests Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00
build.rs fix-getters-calls 0.3.0 pass 2021-04-20 18:19:58 +02:00
Cargo.toml Update minimum supported Rust version to 1.57 2022-02-21 23:32:32 +01:00
LICENSE-MPL-2.0 Re-license LGPL-2.1 plugins to MPL-2 2022-01-15 21:05:11 +02:00