summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvmux.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-14 10:29:49 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-22 19:41:58 +0200
commit22d95bfc098131420e26a9888be85ffb5a8247fd (patch)
tree087541a306af7dbc8f5bc3f91aebe0e8cf094498 /gst/flv/gstflvmux.h
parentfac0992929a6d8a081d6e6427de85eb2d76520cb (diff)
flvmux: Write an index table to the end of the file
Diffstat (limited to 'gst/flv/gstflvmux.h')
-rw-r--r--gst/flv/gstflvmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/flv/gstflvmux.h b/gst/flv/gstflvmux.h
index 02df089d..fb60cdde 100644
--- a/gst/flv/gstflvmux.h
+++ b/gst/flv/gstflvmux.h
@@ -76,6 +76,8 @@ typedef struct _GstFlvMux {
gboolean have_video;
GstTagList *tags;
+ GList *index;
+ guint64 byte_count;
} GstFlvMux;
typedef struct _GstFlvMuxClass {