Do not use first key frame in timeline.

This commit is contained in:
brunoherbelin
2020-08-24 22:18:43 +02:00
parent e41868d405
commit f90964bac8
4 changed files with 12 additions and 12 deletions

View File

@@ -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_; }