mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 18:40:32 +00:00
f82a731b3a
Refactor connect_input_stream in order to avoid an ABBA deadlock altogether: where in other spots we lock settings then state, here we were emitting encoder-setup with state held, then locking settings in the default handler. We could have changed the locking order in the other spots, but instead we can also just release the state lock when emitting the signal, which is good practice. Fixes #108 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |