gst-plugins-rs/gst-plugin-threadshare
Sebastian Dröge 9750195caa ts-udpsrc: Dup the socket so that both tokio and GIO can take ownership of it
Otherwise both would be closing the same socket, which a) breaks the
second user of the socket if any and b) could on the second close cause
a completely unrelated socket to be closed.

Windows part of the code is untested.
2018-11-30 19:39:39 +02:00
..
examples Run gst-plugin-threadshare through cargo fmt 2018-11-05 13:43:38 +02:00
src ts-udpsrc: Dup the socket so that both tokio and GIO can take ownership of it 2018-11-30 19:39:39 +02:00
tests ts-appsrc: Rewrite test around Harness 2018-11-13 18:58:06 +02:00
Cargo.toml ts-udpsrc: Dup the socket so that both tokio and GIO can take ownership of it 2018-11-30 19:39:39 +02:00