b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

Fix Crash During Output #1109

Closed yuto-trd closed 3 weeks ago

yuto-trd commented 3 weeks ago

Description

Fixed an issue where Avalonia's Dispatcher would throw an exception when UI changes were made from the rendering thread during output.

Breaking changes

Fixed issues

github-actions[bot] commented 3 weeks ago

No TODO comments were found.

github-actions[bot] commented 3 weeks ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.ProjectSystem 13% 7% 2182
Beutl.Core 33% 31% 3120
Beutl.Utilities 73% 67% 360
Beutl.Threading 100% 94% 118
Beutl.Language 0% 0% 623
Beutl.Configuration 39% 19% 285
Beutl.Extensibility 3% 0% 53
Beutl.Engine 26% 25% 8579
Beutl.Operators 4% 0% 62
Summary 26% (9292 / 36214) 25% (2661 / 10653) 15382

Minimum allowed line rate is 0%