gst-plugins-rs/generic/threadshare
François Laignel dfaf59a59b threadshare: simplify Pad{Src,Sink} implementations
Pad{Src,Sink}[Ref] delegate some functions to their respective
Pad{Src,Sink}Inner. Since they act as smart pointers, we can
safely implement the Deref trait to simplify the implementations.
2020-05-30 08:30:27 +00:00
..
examples threadshare: align some properties with their C counterparts 2020-04-27 11:22:26 +02:00
src threadshare: simplify Pad{Src,Sink} implementations 2020-05-30 08:30:27 +00:00
tests threadshare/TaskImpl: allow transition hooks to fail... 2020-05-25 18:31:49 +02:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml threadshare: Update from the deprecated net2 to the socket2 crate 2020-05-29 13:07:14 +03:00