brunoherbelin / vimix

Live Video Mixer
GNU General Public License v3.0
260 stars 25 forks source link

Turning on vsync removes frame limiter #19

Closed lukors closed 1 year ago

lukors commented 3 years ago

Compiled from commit afc0c7a.

Repro steps

  1. Turn on the program while vsync is turned off
  2. Turn on vsync

Result

The framerate counter is immediately increased to its limit, for me ~300 fps.

Expected

When vsync is turned on I would expect the framerate to stay software-limited until the program is restarted and vsync is activated.

brunoherbelin commented 1 year ago

The user selection for vsync was removed : vsync is enabled by default if possible, and if not framerate limiter ensures fps does not exceeds 62 fps.