April 27, 2026
5:09 a.m.
The latest argument passed to SetRate() is stored in presentation.rate, but if the client never called SetRate(), the stored rate remains zero, which results in preroll not being enabled. That could be fixed by instead calling GetRate() before enabling preroll, but always setting the stored rate reduces the risk of regression. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10754