gstreamer/webrtc/sendrecv/gst-rust
Sebastian Dröge 8b44f32435 Return gst::BusSyncReply::Drop from the bus sync handler in the Rust sendrecv example
Otherwise all messages accumulate on the queue inside the bus and
nothing is ever removing them from there.

We handle messages elsewhere and only intercept them from the sync
handler.
2019-10-25 02:02:59 +03:00
..
src Return gst::BusSyncReply::Drop from the bus sync handler in the Rust sendrecv example 2019-10-25 02:02:59 +03:00
.dockerignore Add Rust version of sendrecv example 2018-06-18 09:02:05 +03:00
.gitignore Add Rust version of sendrecv example 2018-06-18 09:02:05 +03:00
Cargo.lock Update dependencies of Rust example 2019-07-08 16:45:08 +03:00
Cargo.toml Update dependencies of Rust example 2019-07-08 16:45:08 +03:00
Dockerfile Add Rust version of sendrecv example 2018-06-18 09:02:05 +03:00