Skip to content

Commit

Permalink
Fully show the auto splitter settings (#52)
Browse files Browse the repository at this point in the history
I randomly came across the `obs_source_update_properties` function in
the documentation which allows us to dynamically rebuild the settings
GUI whenever necessary. This allows us to properly show all the auto
splitter settings and update them automatically when necessary.

Unfortunately the function is a little buggy in OBS and can cause
internal race conditions that crash OBS. It's probably rather rare that
this happens, so we can probably move forward with this implementation
regardless for now. There is as far as I can tell no way to work around
these issues.

The issue is tracked here:
obsproject/obs-studio#10423
  • Loading branch information
CryZe authored Mar 23, 2024
1 parent faaf4e2 commit edfbc51
Show file tree
Hide file tree
Showing 9 changed files with 906 additions and 531 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/before_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

set -ex

main() {
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_shared.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

set -ex

main() {
Expand Down
Loading

0 comments on commit edfbc51

Please sign in to comment.