diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-02 23:22:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-02 23:22:49 +0100 |
| commit | 4fe1a062eb31d680b8b4ac0191b9e2fc2d6aaec3 (patch) | |
| tree | d86a1f778545f238e0b226a80419c066033b4d6e /src/wx | |
| parent | e82a4c81fe8bb3c3c6b68c667bda2f32fed4e68d (diff) | |
A variety of changes to improve (but not entirely fix) behaviour
when moving content (or otherwise changing the playlist) while playing.
This commit refills the butler when things change in certain ways,
and improves locking to cope with Player methods being called from
the GUI and butler threads at the same time.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 8c1a79113..ef28018e9 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -529,8 +529,6 @@ FilmViewer::start () _audio.startStream (); } - cout << "start playback at " << to_string(_video_position) << "\n"; - _playing = true; _dropped = 0; timer (); |
