gst-plugins-rs/gst-plugin-threadshare/tests
Mathieu Duponchelle 0b240b829e threadshare/inputselector: fix tearing down
GstElementClass.release_pad() may be called after the element
has transitioned back to NULL, we need to keep our sink_pads
map around until then.

They should also not be affected by state transitions at all but only be
removed once the user does so or the element is destroyed, so they need
to live independent of the state.
2020-03-19 11:20:24 +02:00
..
appsrc.rs threadshare/appsrc: Port appsrc to new API 2020-03-15 13:17:26 +02:00
inputselector.rs threadshare/inputselector: fix tearing down 2020-03-19 11:20:24 +02:00
jitterbuffer.rs ts-jitterbuffer: add dedicated functions for state transitions + tests 2020-01-23 19:10:21 +01:00
pad.rs Update for new GLib boxed deriving API 2020-03-19 11:18:17 +02:00
pipeline.rs Fix various new clippy warnings from 1.40 2019-12-22 11:35:01 +02:00
proxy.rs proxy: fix blocking upwards state change 2020-02-05 21:35:11 +01:00
queue.rs threadsharing: migrate to async/await and tokio 0.2.0-alpha.6 2019-12-19 20:44:00 +01:00
tcpclientsrc.rs Fix various new clippy warnings from 1.40 2019-12-22 11:35:01 +02:00
udpsink.rs threadshare: Initial version of a UDP sink 2020-03-15 12:38:20 +02:00
udpsrc.rs threadshare/udpsrc: Port udpsrc to new API 2020-03-15 13:17:26 +02:00