Skip to content
Commit 153eb59c authored by David Peek's avatar David Peek
Browse files

Call setRate instead of pause/play as they are equivalent (fixes #75)

Video was resuming after seek when setRate was called after play/pause in applyModifiers. According
to Apple's docs play/pause are equivalent to setRate:1.0 and setRate:0.0, meaning that if rate was
1.0 the video resumed after seeking completed.
parent 69f4a35d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment