summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-06-18 19:17:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-06-18 19:17:04 +0000
commitd9b0cf77a21cab38cad36b2e948a532645ac4a54 (patch)
tree318ef84f4def46272492fb034a3f71bd2c22bf31 /gst/avi/gstavidemux.h
parent8b72069ccbc553b9a2f9604ef2469463e28cdf1c (diff)
Separate the movi processing loop from the index/entry parsing loop
Original commit message from CVS: Separate the movi processing loop from the index/entry parsing loop Detect when the index starts from 0 or from the movi chunck offset
Diffstat (limited to 'gst/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 4323af08..8a5fc6d3 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -108,6 +108,7 @@ struct _GstAviDemux {
gboolean seek_pending;
gint64 seek_offset;
guint64 last_seek;
+ gboolean restart;
};
struct _GstAviDemuxClass {