summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.cc')
-rw-r--r--src/lib/player.cc3
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;
}