Re: [PATCH v3 0/5] MR3572: mf: Make session_get_node_object() more robust.
17 Aug
2023
17 Aug
'23
4:05 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
/* fallthrough */ case SESSION_STATE_PAUSED: + case SESSION_STATE_STARTED: + if (session->state == SESSION_STATE_STARTED && !(session->caps & MFSESSIONCAP_SEEK)) + { + WARN("Seeking is not supported for this session.\n"); + session_command_complete(session); + return; + }
Why does it check for STARTED state? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3572#note_42632
849
Age (days ago)
849
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)