1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00
Files
godot/scene/gui
Mark Kuo 46590fa3b0 VideoPlayer: fix possible race condition
In set_stream() we write to 'playback' while accessing the same object
in _mix_audio() in audio thread. Protect the 'write' part in
set_stream() to avoid possible crash in _mix_audio() function.

(cherry picked from commit e435d57758)
2020-07-03 13:17:57 +02:00
..
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-06-04 11:14:16 +02:00
2020-01-01 11:16:22 +01:00
2020-03-17 14:48:54 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-01-11 10:47:51 +00:00
2020-01-11 10:47:51 +00:00
2020-01-01 11:16:22 +01:00
2020-01-01 11:16:22 +01:00
2020-05-01 10:56:58 +02:00
2020-07-03 13:17:57 +02:00