The source project of this merge request has been removed.
Futures adapters
This is a suggestion of how BusStream
could be implemented, along with futures adapters for both AppSrc
and AppSink
. Also, I've removed some trait bounds on the returned structures because 'static
makes the instance live as long as the running program, which could introduce memory leaks on some edge cases.
Edited by Valmir Junior