diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/dv/gstdvdec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h index 2eb4c9b2..54dab4c3 100644 --- a/ext/dv/gstdvdec.h +++ b/ext/dv/gstdvdec.h @@ -76,8 +76,8 @@ struct _GstDVDec { gint64 start_byte; gint64 stop_byte; - GstClockTime start_timestamp; - GstClockTime stop_timestamp; + gint64 start_timestamp; + gint64 stop_timestamp; gboolean need_discont; gboolean new_media; |
