Skip to content

cudautils: fix critical typo in gst_cuda_buffer_fallback_copy

Corentin Damman requested to merge cda/gstreamer:main into main

This merge request fixes a critical typo causing an infinite loop + segmentation faults in gst_cuda_buffer_fallback_copy

Use gst-launch-1.0 d3d11screencapturesrc ! "video/x-raw(memory:D3D11Memory), framerate=60/1, format=BGRA" ! cudaupload ! "video/x-raw" ! fakesink to reproduce the segfault

Edited by Corentin Damman

Merge request reports