gst-plugins-rs/gst-plugin-threadshare/src
Sebastian Dröge 0792fe4f1a ts-appsrc: Fix deadlock during shutdown
The IO Context has to be alive longer than the other parts
of the state. Otherwise a deadlock can happen between shutting down
the IO context (thread join while the state lock is held) and stuff
happening on the IO context (which might take the state lock).
2018-12-13 17:13:40 +02:00
..
appsrc.rs ts-appsrc: Fix deadlock during shutdown 2018-12-13 17:13:40 +02:00
dataqueue.rs threadshare: Run everything through rustfmt again 2018-11-05 13:36:47 +02:00
iocontext.rs Use new boxed type support from the GLib bindings 2018-11-29 21:01:02 +02:00
lib.rs Port threadshare plugin to new subclassing API 2018-12-06 13:03:04 +02:00
proxy.rs Port threadshare plugin to new subclassing API 2018-12-06 13:03:04 +02:00
queue.rs Port threadshare plugin to new subclassing API 2018-12-06 13:03:04 +02:00
socket.rs threadshare: Fix deprecation warnings and move to released versions of tokio 2018-11-05 13:36:47 +02:00
tcpclientsrc.rs Port threadshare plugin to new subclassing API 2018-12-06 13:03:04 +02:00
udpsrc.rs Port threadshare plugin to new subclassing API 2018-12-06 13:03:04 +02:00