gst-plugins-rs/gst-plugin-threadshare/src
Sebastian Dröge b84388b0f3 threadshare: Fix shutdown race condition
We might've already handled the shutdown unparking while doing the
previous turn(s), so we have to check the atomic bool afterwards again
and before waiting (potentially) forever.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/issues/75
2019-10-02 12:02:09 +03:00
..
appsrc.rs Update for new {Value, StructureRef}::get signature 2019-08-13 15:29:28 +02:00
dataqueue.rs Update for gstreamer-rs API changes 2019-05-24 13:09:32 +02:00
iocontext.rs threadshare: Fix shutdown race condition 2019-10-02 12:02:09 +03:00
jitterbuffer.rs jitterbuffer: timeouts may be called context_wait / 2 too early 2019-09-24 15:17:27 +02:00
lib.rs jitterbuffer: Minor code cleanup 2019-09-07 10:53:11 +03:00
proxy.rs Fix or silence all remaining clippy warnings 2019-09-07 10:42:07 +03:00
queue.rs Fix or silence all remaining clippy warnings 2019-09-07 10:42:07 +03:00
rtpjitterbuffer.c WIP: thread-sharing jitterbuffer 2019-09-06 14:33:39 +00:00
rtpjitterbuffer.h WIP: thread-sharing jitterbuffer 2019-09-06 14:33:39 +00:00
rtpstats.c WIP: thread-sharing jitterbuffer 2019-09-06 14:33:39 +00:00
rtpstats.h WIP: thread-sharing jitterbuffer 2019-09-06 14:33:39 +00:00
socket.rs threadshare: address clippy errors 2019-09-06 19:21:07 +02:00
tcpclientsrc.rs Update for new {Value, StructureRef}::get signature 2019-08-13 15:29:28 +02:00
udpsrc.rs Update for new {Value, StructureRef}::get signature 2019-08-13 15:29:28 +02:00