Skip to content

gstreamer: Remove FromIterator impls on references

Creating copies silently while calling collect() is unexpected and can explicitly added to the iterator via map() if needed.

Merge request reports