mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
BugFix: added test of time of vframes to prevent unwanted time jumps
This commit is contained in:
@@ -253,6 +253,7 @@ private:
|
||||
GstClockTime start_position_;
|
||||
GstClockTime duration_;
|
||||
GstClockTime frame_duration_;
|
||||
bool (*TimeComparator_)(GstClockTime,GstClockTime);
|
||||
gdouble rate_;
|
||||
LoopMode loop_;
|
||||
std::atomic<bool> need_loop_;
|
||||
|
||||
Reference in New Issue
Block a user