summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-12-16 11:57:01 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-12-16 11:57:01 +0000
commitb067b814538fc453e5d889b56789c68f914cc1a0 (patch)
treed67ad50dc7d2c45bc3bb8e805799a9e783dfbe96 /gst/avi/gstavimux.h
parent8add29398d86b9daf4d03c1c1d9d808c009c1309 (diff)
gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagsetter.
Original commit message from CVS: * gst/avi/gstavimux.c: * gst/avi/gstavimux.h: Totally remove the internal taglists and fully use tagsetter.
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r--gst/avi/gstavimux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h
index 6fb9a475..f3b0665d 100644
--- a/gst/avi/gstavimux.h
+++ b/gst/avi/gstavimux.h
@@ -148,10 +148,6 @@ struct _GstAviMux {
gboolean write_header;
gboolean restart;
- /* tags */
- GstTagList *tags;
- GstTagList *tags_snap;
-
/* information about the AVI index ('idx') */
gst_riff_index_entry *idx;
gint idx_index, idx_count;