Bugfix closing single frame stream

This commit is contained in:
Bruno
2021-05-25 09:08:24 +02:00
parent ac6e84bb1c
commit 2ccbf1ec12
2 changed files with 44 additions and 46 deletions

View File

@@ -147,7 +147,7 @@ protected:
GstClockTime last_time;
GstClockTime tic_time;
int nbFrames;
long nbFrames;
gdouble fps;
public:
TimeCounter();