gst-plugins-rs/utils/uriplaylistbin
Guillaume Desmottes 2eb4a82093 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 16:53:12 +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 16:53:12 +02:00
tests uriplaylistbin: disable test deadlocking 2022-03-02 11:08:30 +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 16:53:12 +02:00