0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/UI/frontend-plugins
Ryan Foster ff58d35df3 decklink-output-ui: Fix crash when stopping preview
Removing the first call to `video_output_stop` prevents the `data_mutex`
field in `struct video_output` from being destroyed while still in use.
The `render_preview_source` function will call `video_output_lock_frame`
upon that mutex and encounter a NULL pointer exception.

Co-authored-by: Paul Hindt <paulh@aja.com>
2022-05-20 21:15:53 -04:00
..
aja-output-ui UI: Remove old ComboBoxIgnoreScroll 2022-04-02 16:04:51 -07:00
decklink-captions UI: Fix UI file changes not being picked up by CMake 2022-03-19 15:35:30 -07:00
decklink-output-ui decklink-output-ui: Fix crash when stopping preview 2022-05-20 21:15:53 -04:00
frontend-tools UI: Remove old ComboBoxIgnoreScroll 2022-04-02 16:04:51 -07:00
CMakeLists.txt aja: Capture and Output plugin for AJA Video Systems IO devices 2021-11-23 20:31:11 -06:00