diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-18 22:27:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-18 22:27:34 +0100 |
| commit | 02f57b9156333cf5caf1903be17bfe9d2a0b28ba (patch) | |
| tree | 8302ca0cf67aeb2c8b2a78622f4693467406cb6d | |
| parent | dcb13523ff587859bd6ce4a61d778b55701fab51 (diff) | |
Fix play_test for player API change.
| -rw-r--r-- | test/play_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/play_test.cc b/test/play_test.cc index e1fffa1d8..cb5b6cbb8 100644 --- a/test/play_test.cc +++ b/test/play_test.cc @@ -43,7 +43,7 @@ public: PlayerWrapper (shared_ptr<Player> p) : _player (p) { - _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _4)); + _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _5)); } void process_video (shared_ptr<const Image> i, bool, Time t) |
