gst-plugins-rs/gst-plugin-reqwest/tests
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
..
reqwesthttpsrc.rs reqwesthttpsrc: Drop the receiver before stopping the element 2019-07-04 18:13:36 +03:00