From 315a8534d5f45c45664a0553798ef0ac5a5edff5 Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Mon, 6 Dec 2021 12:35:09 +0100 Subject: [PATCH] Store output PNG capture in list of recent recordings --- Recorder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Recorder.cpp b/Recorder.cpp index 9234fc9..134f722 100644 --- a/Recorder.cpp +++ b/Recorder.cpp @@ -120,6 +120,8 @@ std::string PNGRecorder::init(GstCaps *caps) void PNGRecorder::terminate() { + // remember and inform + Settings::application.recentRecordings.push(filename_); Log::Notify("PNG Capture %s is ready.", filename_.c_str()); }