mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Do not use first key frame in timeline.
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
void setStep(GstClockTime dt);
|
||||
|
||||
// Timing manipulation
|
||||
inline GstClockTime start() const { return timing_.begin; }
|
||||
inline GstClockTime begin() const { return timing_.begin; }
|
||||
inline GstClockTime end() const { return timing_.end; }
|
||||
inline GstClockTime first() const { return first_; }
|
||||
inline GstClockTime last() const { return timing_.end - step_; }
|
||||
|
||||
Reference in New Issue
Block a user