gst-plugins-rs/utils/uriplaylistbin
Guillaume Desmottes 97dba9046b uridecodebin: stop using crossbeam_channel
I give up on crossbeam_channel. For some reasons some receivers are not
always unblocked and I was not able to reproduce using simpler test
cases.
Use with mpsc channels instead which are more reliable.
2022-04-08 12:58:13 +02:00
..
examples Fix a couple of new clippy warnings 2021-12-02 22:31:52 +02:00
src uridecodebin: stop using crossbeam_channel 2022-04-08 12:58:13 +02:00
tests uriplaylistbin: disable test deadlocking 2022-02-28 16:48:13 +01:00
build.rs add uriplaylistbin plugin 2021-11-29 10:55:01 +01:00
Cargo.toml uridecodebin: stop using crossbeam_channel 2022-04-08 12:58:13 +02:00