--
v5: mf: Shutdown all used topologies by media session.
mf/tests: Test how session releases not queued topologies.
mf: Only shutdown current topology when session is shutdown.
mf/tests: Test for topology reuse after session ends.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4443
This is part XXV of command engine rewrite.
This MR tackles three items:
- fixing some corner cases in variable expansion. Note, there's
still todo_wine in the non regression tests, but I don't feel
like fixing them for now (like an un-paired ! within double quotes
when delayed expansion is enabled - which behaves differently
then not within double quotes)
- breaking out of FOR loops with 'EXIT /B'. I'm damn sure I
dealt with this earlier on, it likely fails into the cracks
during some rebase.
- somme builtin commands behave differently when run from .BAT
or .CMD files.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6537
On Wed Sep 18 13:32:52 2024 +0000, Rémi Bernon wrote:
> Maybe, but I don't think it matters so much here. It's just reading
> compressed samples here, so copy size stays relatively small.
Do you intend on also enabling protonvideoconvert through winedmo? If so, wouldn't we have to do it in the demuxer (doesn't mp4 demuxer also require steam://unlockh264), at which point this might be relavant.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6517#note_82731