gst-plugins-rs/plugins
Mathieu Duponchelle f82a731b3a webrtcsink: fix deadlock on encoder setup
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
2022-10-07 21:08:00 +02:00
..
examples webrtcsink: address Sebastian's latest comments 2022-03-26 00:16:29 +01:00
src webrtcsink: fix deadlock on encoder setup 2022-10-07 21:08:00 +02:00
build.rs Initial commit 2021-10-28 05:14:41 +02:00
Cargo.toml change ser_de to serde 2022-09-27 11:45:24 +02:00