gstreamer-rs/examples/src
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
..
bin Change appsrc example to directly push data from the need-data callback 2018-05-18 11:38:50 +03:00
examples-common.rs Allow to return something from the examples/tutorials main() wrapper 2017-11-12 20:11:25 +01:00