gst-plugins-rs/gst-plugin-tutorial
Sebastian Dröge 4c618394b7 tutorial: Use chunks_exact/chunks_exact_mut instead of the normal chunks iterator
We always want as many items as given, no less. And this also enables
the compiler to optimize the code further.
2019-01-25 16:42:27 +02:00
..
src tutorial: Use chunks_exact/chunks_exact_mut instead of the normal chunks iterator 2019-01-25 16:42:27 +02:00
Cargo.toml Port tutorials plugin to new subclassing API 2018-11-30 17:18:53 +02:00