summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-08 00:11:50 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit90c782a16c26fa8bfded51cad2bc7bbc14d8f986 (patch)
treeb5057fffa855312fa6c82f8c27a077c021d9afaf /src/wx
parent4f9cb03792e85cbb5b4d554ab8ec0a3275fa7524 (diff)
Seemingly basically working butler for video.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 8fff21345..5e15b4b07 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -212,6 +212,8 @@ FilmViewer::refresh_panel ()
void
FilmViewer::get ()
{
+ cout << "get!\n";
+
pair<shared_ptr<PlayerVideo>, DCPTime> video;
do {
video = _butler->get_video ();