gstreamer-rs/examples
Sebastian Dröge 7734725da1 Change appsrc example to directly push data from the need-data callback
There's no need to start yet another thread just to push data in this
case, we can simply use the callback and store the frame counter in the
mutable environment of the closure.
2018-05-18 11:38:50 +03:00
..
src Change appsrc example to directly push data from the need-data callback 2018-05-18 11:38:50 +03:00
Cargo.toml Add futures example using the GLib futures executor 2018-04-23 20:31:27 +03:00