Bugfix closing single frame stream

This commit is contained in:
Bruno
2021-05-25 09:08:24 +02:00
parent 3ef2737d82
commit d4a7ce3487
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();