[PATCH] quartz: Fix a race in IMediaFilter::Pause().
10 Dec
2021
10 Dec
'21
2:58 p.m.
Before finishing async run, graph->stream_start isn't stable. This will cause graph->current_pos to be out of playback duration. Since graph->current_pos is out of the range, the playback will be stopped. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52200 Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/quartz/filtergraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1469
Age (days ago)
1469
Last active (days ago)
1 comments
2 participants
participants (2)
-
Akihiro Sagawa -
Zebediah Figura