diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-05 22:12:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-05 22:56:23 +0100 |
| commit | d1addc203597a892c02bd162585c6a55950ffaf5 (patch) | |
| tree | e4f86abdbdc4269ec461f001766018f31e446f4f /src/wx/film_viewer.h | |
| parent | a6929b79a5f6167600a2d2bfc4e1ef1dc4796665 (diff) | |
Fix video waveform view with GL backend.
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 11a4731fc..a0edafe95 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -140,12 +140,13 @@ public: return _closed_captions_dialog; } void finished (); + void image_changed (boost::shared_ptr<PlayerVideo> video); bool pending_idle_get () const { return _idle_get; } - boost::signals2::signal<void (boost::weak_ptr<PlayerVideo>)> ImageChanged; + boost::signals2::signal<void (boost::shared_ptr<PlayerVideo>)> ImageChanged; boost::signals2::signal<void (dcpomatic::DCPTime)> Started; boost::signals2::signal<void (dcpomatic::DCPTime)> Stopped; /** While playing back we reached the end of the film (emitted from GUI thread) */ |
