Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
1 changed file:
- dlls/winegstreamer/wg_parser.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d4ffae020986f5b1e20044caf155621...