gst-plugins-rs/gst-plugin-reqwest
Sebastian Dröge 0a008354a4 reqwesthttpsrc: Drop the receiver before stopping the element
Otherwise there might still some thread waiting for the receiver to
consume a message and we would deadlock here. Dropping the receiver
drops all messages and unblocks them all immediately.

Also don't panic when sending messages to a dropped receiver.
2019-07-04 18:13:36 +03:00
..
src Update element/typefind factory ranks 2019-07-02 13:14:06 +03:00
tests reqwesthttpsrc: Drop the receiver before stopping the element 2019-07-04 18:13:36 +03:00
build.rs rshttpsrc: rename to reqwesthttpsrc 2019-06-26 18:28:12 +05:30
Cargo.toml reqwesthttpsrc: Add a basic unit test and a custom test harness 2019-07-01 02:03:20 +03:00