Xaymar/obs-StreamFX
The issue has been closed
Crash with audio and Media Source in Source Mirror #23
Xaymar posted onGitHub
Describe the bug OBS Stream Effects will crash if the referenced audio source is destroyed before the audio mirror is destroyed.
To Reproduce
- Add a Source Mirror and Media Source.
- Set the Media Source to contain video and audio data.
- Point it at a Media Source and enable audio
- Delete the Media Source
- Occasionally crash
Expected behavior OBS Stream Effects doesn't crash.
Desktop (please complete the following information):
- Operating System: Windows
- Kernel Version: 1809
- Plugin Version: master
Additional context Crash happens due to this->m_audio_capture never being cleared, only replaced.