Skip to content

gl: Reset video frame size/stride/offset to 0 for GL mapped frames

Sebastian Dröge requested to merge slomo/gstreamer-rs:gl-frame-map into main

The memory pointers are actually the GL texture IDs, and accessing them like raw video memory will read random memory areas.

Merge request reports