[Git][wine/wine][master] winegstreamer: Fix buffer info when returning S_FALSE from ProcessOutput.
Alexandre Julliard pushed to branch master at wine / wine Commits: 534b8a3f by Yuxuan Shui at 2026-02-24T19:48:16+01:00 winegstreamer: Fix buffer info when returning S_FALSE from ProcessOutput. In commit 300079ac1a666fa526e7f53bbd096f313c221f5f I made ProcessOutput return S_FALSE instead of MF_E_TRANSFORM_NEED_MORE_INPUT. But since we are no longer returning an error, we need to make sure the DMO_OUTPUT_DATA_BUFFER structure is filled in properly, previously it was left undefined. - - - - - 3 changed files: - dlls/mf/tests/transform.c - dlls/winegstreamer/video_decoder.c - dlls/winegstreamer/wma_decoder.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/534b8a3fdb0ba3066fc2832d70a782f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/534b8a3fdb0ba3066fc2832d70a782f... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)