ikskuh / kristall

Graphical small-internet client for windows, linux, MacOS X and BSDs. Supports gemini, http, https, gopher, finger.
https://kristall.random-projects.net/
GNU General Public License v3.0
739 stars 42 forks source link

Fix media player stuttering #268

Closed entropic77 closed 1 year ago

entropic77 commented 1 year ago

Only call setPosition() on the QMediaPlayer object when the user has manually dragged the slider position slider.

Otherwise the slider and player will call each other, probably causing a feedback loop which causes stuttering.

entropic77 commented 1 year ago

Note: I just saw the recent Qt6-changes, but I haven't got Qt6 to test with so I don't know if this commit is Qt6-compliant.

ikskuh commented 1 year ago

Thanks, this was a bad oversight on my end. Thanks for the fix!