Skip to content

Use the slice::windows() iterator instead of zipping twice for...

Sebastian Dröge requested to merge slomo/gstreamer-rs:link-many-windows into master

Use the slice::windows() iterator instead of zipping twice for Element::link_many() and unlink_many()

Has the same effect but is easier to read and more efficient.

Merge request reports