gst-plugins-rs/generic/threadshare
Sebastian Dröge 577c980a6d threadshare/socket: Implement Drop on the non-refcounted inner part of the socket
We don't want to run it every time a strong reference is dropped but
only at the very end. Otherwise dropping the socket stream will cause a
panic because the socket itself is still running.
2020-04-08 15:39:35 +03:00
..
examples Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
src threadshare/socket: Implement Drop on the non-refcounted inner part of the socket 2020-04-08 15:39:35 +03:00
tests Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
build.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
Cargo.toml Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00