On Thu Apr 17 21:21:27 2025 +0000, Brendan McGrath wrote:
> `OnClockRestart` is only used if you call `IMFPresentationClock::Start`
> with `PRESENTATION_CURRENT_POSITION`
> So my test is pause -> seek -> play.
Specifically I'm using:
- `IMFMediaEngine::Pause`
- `IMFMediaEngine::SetCurrentTime`
- `IMFMediaEngine::Play`
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7833#note_101314
On Thu Apr 17 21:21:27 2025 +0000, Nikolay Sivov wrote:
> This is already working using OnClockRestart(). How does it break in
> your testing?
`OnClockRestart` is only used if you call `IMFPresentationClock::Start` with `PRESENTATION_CURRENT_POSITION`
So my test is pause -> seek -> play.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7833#note_101312
--
v4: mshtml: Move Option constructor to the window rather than the prototype.
mshtml: Move Image constructor to the window rather than the prototype.
mshtml: Validate builtin host functions in IE9+ using prototype_id rather
mshtml: Store the prototype_id of the last member that contains the needed
mshtml: Define "create" from XMLHttpRequest constructor as a jscript prop
mshtml: Don't expose "create" from Option constructor in IE9+ modes.
mshtml: Don't expose "create" from Image constructor in IE9+ modes.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7779
Follow-up of !2786, which appears to have been abandoned.
--
v18: ws2_32/tests: Add test for AF_UNIX sockets.
server: Fix getsockname() and accept() on AF_UNIX sockets.
server: Introduce error when attempting to create a SOCK_DGRAM AF_UNIX socket.
server: Allow for deletion of socket files.
ws2_32: Add support for AF_UNIX sockets.
ws2_32: Add afunix.h header.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7650