mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Store output PNG capture in list of recent recordings
This commit is contained in:
@@ -120,6 +120,8 @@ std::string PNGRecorder::init(GstCaps *caps)
|
|||||||
|
|
||||||
void PNGRecorder::terminate()
|
void PNGRecorder::terminate()
|
||||||
{
|
{
|
||||||
|
// remember and inform
|
||||||
|
Settings::application.recentRecordings.push(filename_);
|
||||||
Log::Notify("PNG Capture %s is ready.", filename_.c_str());
|
Log::Notify("PNG Capture %s is ready.", filename_.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user