d4ffae02
 by Brendan McGrath   at 2025-05-10T13:41:55+02:00 
winegstreamer: Allow decodebin to eliminate caps that don't use system memory.
nvh264dec fixates a caps using CUDAMemory, which is not accepted by deinterlace.
Linking triggers a reconfigure, but due to a GStreamer bug some buffers are sent
with the CUDAMemory caps, triggering a streaming error. Work around this by
forcing all buffers to use system memory