Files
obs-studio/libobs
Kurt Kartaltepe 36409f01cf libobs/media-io: Use inputs_mutex during close
This code assumed that no one would be racing after we stopped the input
thread, however the obs output thread also races and can free the inputs
during disconnect before we finish closing the video mix.

Instead keep the locks around after stop and use them during close to
avoid races.

Fixes crashes when stopping virtual webcam on linux.

Co-authored-by: Norihiro Kamae <norihiro@nagater.net>
2023-03-27 01:14:32 -07:00
..
2022-07-19 09:28:51 -03:00
2023-02-15 13:40:13 -05:00
2023-02-04 02:17:49 -08:00
2023-03-26 14:47:22 +02:00
2023-03-26 14:47:22 +02:00
2022-03-19 15:46:34 -07:00
2022-05-24 14:31:48 -03:00
2023-02-26 10:31:02 +11:00
2023-03-26 01:52:44 -07:00
2019-10-14 17:19:38 -07:00
2023-03-18 15:54:38 -07:00