diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2009-01-06 14:50:29 +0000 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2009-01-06 14:50:29 +0000 |
commit | b506ab991808be4a38858a93dda617ad235b1d6a (patch) | |
tree | a75d2e92db18fd343228018e33485df80f5e4cb5 /gst/avi/gstavimux.h | |
parent | 67cc69ad52addeee2999f5919cfc3b0fbc554ec8 (diff) |
gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite by using tags snapshot.
Original commit message from CVS:
* gst/avi/gstavimux.c: (gst_avi_mux_reset),
(gst_avi_mux_riff_get_avi_header):
* gst/avi/gstavimux.h:
Ensure header size invariance during subsequent rewrite by using
tags snapshot.
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r-- | gst/avi/gstavimux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h index f3b0665d..3b392856 100644 --- a/gst/avi/gstavimux.h +++ b/gst/avi/gstavimux.h @@ -148,6 +148,9 @@ struct _GstAviMux { gboolean write_header; gboolean restart; + /* tags */ + GstTagList *tags_snap; + /* information about the AVI index ('idx') */ gst_riff_index_entry *idx; gint idx_index, idx_count; |