mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Update New Source panel for Media
Added list of recent files, recent recordings, and folders list of media files. All saved in settings. Connect list of recent recordings with recorder.
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
|
||||
class PNGRecorder : public FrameGrabber
|
||||
{
|
||||
std::string filename_;
|
||||
std::string filename_;
|
||||
|
||||
public:
|
||||
|
||||
PNGRecorder();
|
||||
std::string filename() const { return filename_; }
|
||||
|
||||
protected:
|
||||
|
||||
@@ -28,7 +29,7 @@ protected:
|
||||
|
||||
class VideoRecorder : public FrameGrabber
|
||||
{
|
||||
std::string filename_;
|
||||
std::string filename_;
|
||||
|
||||
std::string init(GstCaps *caps) override;
|
||||
void terminate() override;
|
||||
@@ -58,7 +59,7 @@ public:
|
||||
|
||||
VideoRecorder();
|
||||
std::string info() const override;
|
||||
|
||||
std::string filename() const { return filename_; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user