Files
obs-studio/libobs
tt2468 25df3e183e libobs: Fix logging of remaining views
OBS has been logging `1 views remain at shutdown` when in reality there
are not technically any views remaining. When views are removed, the
view itself is destroyed immediately, but the mix remains, to be
garbage collected by the graphics thread.

In this case, the view has already been removed, but the graphics
thread has not run an interation and cleaned up the mix, so this
log message appears.

Fixes the issue by checking if a mix actually has an assigned view,
instead of blindly logging existing mixes.
2023-01-18 12:17:35 -06:00
..
2022-11-09 22:34:50 -08:00
2022-07-19 09:28:51 -03:00
2022-11-09 03:03:26 -08:00
2023-01-06 09:42:38 -08:00
2022-03-19 15:46:34 -07:00
2022-05-24 14:31:48 -03:00
2022-05-24 14:31:48 -03:00
2019-10-14 17:19:38 -07:00
2023-01-18 12:17:35 -06:00