[Git][wine/wine][master] 3 commits: mfreadwrite/tests: Test IMFByteStream release behavior.
Alexandre Julliard pushed to branch master at wine / wine Commits: 8a67c9b6 by Bernhard Kölbl at 2026-03-19T18:31:08+01:00 mfreadwrite/tests: Test IMFByteStream release behavior. - - - - - 98b6e84d by Bernhard Kölbl at 2026-03-19T18:31:08+01:00 mfsrcsnk/tests: Test IMFByteStream release behavior. - - - - - d2d8fb11 by Bernhard Kölbl at 2026-03-19T18:31:08+01:00 mfsrcsnk: Move IMFByteStream release into IMFMediaSource_Shutdown(). The game "Atelier Yumia: The Alchemist of Memories & The Envisioned Land" expects the IMFByteStream that's held in the IMFSourceReader to be fully released in sequence with the public refcount going to zero. To achieve this, make use of the fact that IMFMediaSource already releases the IMFByteStream on IMFByteStream_Shutdown(). - - - - - 4 changed files: - dlls/mfreadwrite/tests/mfplat.c - dlls/mfsrcsnk/media_source.c - dlls/mfsrcsnk/tests/mfsrcsnk.c - dlls/winegstreamer/media_source.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5d6905a100d4632f8ab9512064d10c... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5d6905a100d4632f8ab9512064d10c... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)