diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/play_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/play_test.cc b/test/play_test.cc index a0ad494d1..1ba2e7d88 100644 --- a/test/play_test.cc +++ b/test/play_test.cc @@ -44,10 +44,10 @@ public: PlayerWrapper (shared_ptr<Player> p) : _player (p) { - _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _5)); + _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _3)); } - void process_video (shared_ptr<PlayerVideoFrame> i, bool, Time t) + void process_video (shared_ptr<PlayerVideoFrame> i, Time t) { Video v; v.content = _player->_last_video; |
