Files
obs-studio/plugins
Ryan Foster 85ffdd57f4 win-capture: Return early in property callbacks if param is null
When obs_get_source_properties is called, it calls the property modified
callbacks without a source instantiation. The callbacks set in
.get_properties for display capture and window capture would then result
in exceptions when anything is dereferenced on the source, such as
wgc_supported or update_mutex, because the source itself is null. Let's
make the callbacks return early if the property param is null.
2021-06-30 01:45:42 -07:00
..
2021-06-11 07:18:15 -07:00
2021-05-30 20:33:35 +02:00
2021-06-11 07:18:15 -07:00
2021-05-30 20:33:35 +02:00
2021-06-11 07:18:15 -07:00
2021-06-11 07:18:15 -07:00
2021-06-11 07:18:15 -07:00