summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvmux.h
diff options
context:
space:
mode:
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 {