aboutsummaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ogg/gstoggdemux.h')
-rw-r--r--ext/ogg/gstoggdemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ogg/gstoggdemux.h b/ext/ogg/gstoggdemux.h
index 1d6f8bf..c5829ff 100644
--- a/ext/ogg/gstoggdemux.h
+++ b/ext/ogg/gstoggdemux.h
@@ -174,6 +174,7 @@ struct _GstOggDemux
enum { PUSH_PLAYING, PUSH_DURATION, PUSH_BISECT1, PUSH_LINEAR1, PUSH_BISECT2, PUSH_LINEAR2 } push_state;
GstClockTime push_seek_time_original_target;
+ GstClockTime push_seek_time_original_stop;
GstClockTime push_seek_time_target;
gint64 push_last_seek_offset;
GstClockTime push_last_seek_time;
@@ -187,6 +188,7 @@ struct _GstOggDemux
gboolean seek_secant;
gboolean seek_undershot;
GstClockTime push_prev_seek_time;
+ guint32 push_seek_seqnum;
gint push_bisection_steps[2];
gint stats_bisection_steps[2];