Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obs_frontend_set_tbar_position() frontend API does not update the tbar slider in the UI #11372

Open
Elgato-AStory opened this issue Oct 8, 2024 · 0 comments
Assignees

Comments

@Elgato-AStory
Copy link
Contributor

Operating System Info

Windows 10

Other OS

No response

OBS Studio Version

30.2.3

OBS Studio Version (Other)

29.1.0-beta1 to 30.2.3

OBS Studio Log URL

https://obsproject.com/logs/AmZiNginghHcbDmy

OBS Studio Crash Log URL

No response

Expected Behavior

Upon calling obs_frontend_set_tbar_position API function, I expect the transition bar in studio mode to move to the specified point, and the transition should also proceed to the specified point.

Calling obs_frontend_get_tbar_position() should return X after calling obs_frontend_set_tbar_position(X)

Current Behavior

Upon calling obs_frontend_set_tbar_position the transition bar did not move at all. The transition did proceed to the specified point as expected.

Calling obs_frontend_get_tbar_position() did not return X after calling obs_frontend_set_tbar_position(X) and instead returned the same value it had prior to the set_tbar call.

Steps to Reproduce

  1. Create a plugin
  2. Call obs_frontend_set_tbar_position(512)

Anything else we should know?

I haven't done a full commit by commit bisect, but this API works as expected in 29.0.2 but not in 29.1.0-beta1. The only obvious change I could find is 8d4a0b3

@gxalpha gxalpha self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants