]> git.sesse.net Git - nageru/blobdiff - futatabi/mainwindow.h
Call the done callback only when the entire playlist is done. Simplifies a fair amoun...
[nageru] / futatabi / mainwindow.h
index e2934ff38463d128b4a48852a8e9d777109ff3d6..f93da89717cd355b00d5309c37c7d97948e69fd5 100644 (file)
@@ -102,7 +102,7 @@ private:
        void preview_angle_clicked(unsigned stream_idx);
        void play_clicked();
        void stop_clicked();
-       void live_player_clip_done();
+       void live_player_done();
        void live_player_clip_progress(const std::map<size_t, double> &progress, double time_remaining);
        void set_output_status(const std::string &status);
        void playlist_duplicate();