Closed skaterlui closed 6 years ago
Please squash to one commit and rebase to the current master.
Also, the mouse wheel is not needed for the TestApplication. Catching the PreviewMouseWheel
may clash with scrollbars (if someone adds them in the future.) The TestApplication
is just a basic test, does not need to be cool.
@xmedeko I'm new to git. Using svn all the time. I'm not so familiar with the functions there. I was investigating a couple of hours how to squash my commits, with no success. Maybe you have a quick link with a tutorial for this task. If not, I'll get it working over time...
@skaterlui You can google git rebase interactive
or see this post
@skaterlui If you do not know how to squash the commits, then some solutions are:
skaterlui:master
. (When you open a PR you grant a limited access to your repo.)Sascha-L:master
to Sascha-L:framestep
and I'll merge it there.
Adding IVideoFrameStep to Mediakit, to skip framecount forward when source is set. Video can be skipped frame by frame. Adding Videoframerate to mediadetector to get the current loaded media framerate (before playing). Updating SampleApp with a framestep button and speedratio slider.