gst-plugins-rs/gst-plugin-threadshare
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
..
examples Run gst-plugin-threadshare through cargo fmt 2018-11-05 13:43:38 +02:00
src ts-appsrc: Fix deadlock during shutdown 2018-12-13 17:13:40 +02:00
tests ts-appsrc: Rewrite test around Harness 2018-11-13 18:58:06 +02:00
Cargo.toml Port threadshare plugin to new subclassing API 2018-12-06 13:03:04 +02:00