diff options
Diffstat (limited to 'sys/decklink/gstdecklink.h')
-rw-r--r-- | sys/decklink/gstdecklink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/decklink/gstdecklink.h b/sys/decklink/gstdecklink.h index b601e7c44..353769faa 100644 --- a/sys/decklink/gstdecklink.h +++ b/sys/decklink/gstdecklink.h @@ -134,7 +134,7 @@ struct _GstDecklinkOutput { IDeckLink *device; IDeckLinkOutput *output; GstClock *clock; - GstClockTime clock_start_time, clock_last_time; + GstClockTime clock_start_time, clock_last_time, clock_epoch; GstClockTimeDiff clock_offset; gboolean started, clock_restart; @@ -162,7 +162,7 @@ struct _GstDecklinkInput { IDeckLinkConfiguration *config; IDeckLinkAttributes *attributes; GstClock *clock; - GstClockTime clock_start_time, clock_offset, clock_last_time; + GstClockTime clock_start_time, clock_offset, clock_last_time, clock_epoch; gboolean started, clock_restart; /* Everything below protected by mutex */ |