Move stress testing code into a separate class and always build it.
authorCarl Hetherington <cth@carlh.net>
Sun, 15 Mar 2020 23:44:31 +0000 (00:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 15 Mar 2020 23:46:34 +0000 (00:46 +0100)
commit19760ad4cf6d348416444e515b5e709be565f81e
tree55c889deb559ce325fd436bdfb8b97170a15e14c
parent3e3e8433842820ce6380e8f5c1917ae1a28e2e57
Move stress testing code into a separate class and always build it.
Fix stress script generation to always reload a DCP rather than
expecting it to be available after it has finished playback.
12 files changed:
hacks/stress.py
src/tools/dcpomatic_player.cc
src/wx/controls.cc
src/wx/controls.h
src/wx/player_stress_tester.cc [new file with mode: 0644]
src/wx/player_stress_tester.h [new file with mode: 0644]
src/wx/playlist_controls.cc
src/wx/playlist_controls.h
src/wx/standard_controls.cc
src/wx/standard_controls.h
src/wx/wscript
wscript