BugFix Source init with clones when inactive at creation

This commit is contained in:
Bruno Herbelin
2022-04-16 23:25:20 +02:00
parent 0ddc03b7c0
commit 1e7dbb5331
3 changed files with 26 additions and 19 deletions

View File

@@ -49,6 +49,7 @@ protected:
// time management
GTimer *timer_;
bool timer_reset_;
std::queue<double> elapsed_;
std::queue<guint64> timestamps_;
double delay_;