gst-plugins-rs/gst-plugin-threadshare
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
..
examples Fix various new clippy warnings from 1.40 2019-12-22 11:35:01 +02:00
src threadshare/inputselector: fix tearing down 2020-03-19 11:20:24 +02:00
tests threadshare/inputselector: fix tearing down 2020-03-19 11:20:24 +02:00
build.rs threadshare/rtpjitterbuffer: Use different GType names than used by the C rtpjitterbuffer 2020-03-04 15:08:59 +00:00
Cargo.toml threadshare: Refactor infrastructure 2020-03-15 13:17:26 +02:00