Change READY state of source

a source is ready after rendering one frame (which is after being initialized)
This commit is contained in:
Bruno
2021-05-01 00:34:58 +02:00
parent 058fde19ce
commit 381f68aaae
10 changed files with 42 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ class SourcePreview {
Source *source_;
std::string label_;
int pre_frames_;
bool reset_;
public:
SourcePreview();