Optimise the feel of some GUI functions by doing the seek after
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Jul 2019 19:42:50 +0000 (20:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Jul 2019 19:42:50 +0000 (20:42 +0100)
commit335ef709439cd3678f6813a3fb880110e4c9cb26
tree31ce9d5b82eb789d702133ab64493bd7b20ded93
parent697d21c3f9bc6243151372f988936662b9993510
Optimise the feel of some GUI functions by doing the seek after
many content changes in an idle handler, rather than blocking
the UI update until the seek and image redisplay have finished.
src/lib/butler.cc
src/lib/butler.h
src/lib/ffmpeg_encoder.cc
src/wx/film_viewer.cc
src/wx/film_viewer.h
test/butler_test.cc
test/dcp_playback_test.cc
test/player_test.cc