Skip to content

tutorial: Use chunks_exact/chunks_exact_mut instead of the normal chunks iterator

Sebastian Dröge requested to merge slomo/gst-plugins-rs:chunks-exact into master

We always want as many items as given, no less. And this also enables the compiler to optimize the code further.

Merge request reports