diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-26 15:38:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-26 15:38:46 +0100 |
| commit | d4d26c954f4e61b1b1a526c56d88dfd51b6fab48 (patch) | |
| tree | 8d1fca74ff1be621887a8ac39e91d947f84f9d31 /src/lib/player.cc | |
| parent | cee4765caf903bf4b60e0e7539eaa2dae2bfa952 (diff) | |
wip: hacks.new-signals
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 985bd3a9c..f52d40da8 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -27,6 +27,7 @@ #include "config.h" #include "content_audio.h" #include "content_video.h" +#include "cross.h" #include "dcp_content.h" #include "dcp_decoder.h" #include "dcpomatic_log.h" @@ -1031,6 +1032,8 @@ Player::emit_video_until(DCPTime time) void Player::video(weak_ptr<Piece> weak_piece, ContentVideo video) { + std::cout << "Player receive video in " << thread_name() << "\n"; + if (_suspended) { return; } |
