obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

frontend: Remove audio source from audio mixer on remove signal

Open exeldro opened this issue 2 weeks ago • 1 comments

Description

Remove audio source from audio mixer on remove signal

Motivation and Context

deactivate signal is not provided for removed source so the remove signal should have same effect Fixes #12919

How Has This Been Tested?

On windows by using steps from #12919

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x] My code has been run through clang-format.
  • [x] I have read the contributing document.
  • [x] My code is not on the master branch.
  • [x] The code has been tested.
  • [x] All commit messages are properly formatted and commits squashed where appropriate.
  • [x] I have included updates to all appropriate documentation.

exeldro avatar Dec 15 '25 16:12 exeldro

Can confirm fix on ubuntu 24.04

Penwy avatar Dec 15 '25 17:12 Penwy