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

libobs: Fix stopping transitions that are not active

Open exeldro opened this issue 2 years ago • 0 comments

Description

Fix stopping transitions that are not active

Motivation and Context

For transitions in the properties dialog (cloned private source) no audio render is done, so the transition never stopped, it kept waiting for the audio to finish. With these changes it will set the audio as done when video is done.

How Has This Been Tested?

On windows 64 bit by checking if transition_stop function is called after the preview button is clicked in the properties dialog of a transition.

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 Jan 03 '23 13:01 exeldro