gst-plugins-rs/generic/threadshare
Sebastian Dröge 89346fa945 threadshare/udpsink: Don't hold settings lock while calling into the sink pad handler to clear the clients
Otherwise we can deadlock because of a lock order issue:
 - render() is called with the sink pad handler lock and takes the
   settings lock
 - clearing clients takes the sink pad handler lock
2020-08-10 09:39:07 +03:00
..
examples threadshare: align some properties with their C counterparts 2020-04-27 11:22:26 +02:00
src threadshare/udpsink: Don't hold settings lock while calling into the sink pad handler to clear the clients 2020-08-10 09:39:07 +03:00
tests Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:46:32 +03:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml threadshare: use tokio tag 2020-06-30 09:25:20 +00:00
LICENSE-LGPLv2 Add LICENSE files to each individual crate 2020-07-10 13:06:28 +03:00