Closed entropic77 closed 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.
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.
Thanks, this was a bad oversight on my end. Thanks for the fix!
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.