gst-plugins-rs/generic
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
..
file Fix some new clippy warnings 2020-07-28 18:52:11 +03:00
sodium Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:46:32 +03:00
threadshare 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