Add some possibly-useful markers for debugging threads from coredumps.
[dcpomatic.git] / src / wx / gl_video_view.cc
index 076cb49ecedf2ec2a0fccdc13d0cb202c8504c7a..ad0ff38a741027bf57fc5de81762742a7a54f0a9 100644 (file)
@@ -356,6 +356,8 @@ void
 GLVideoView::thread ()
 try
 {
+       start_of_thread ("GLVideoView");
+
        {
                boost::mutex::scoped_lock lm (_canvas_mutex);