summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-15 15:29:29 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-15 15:29:29 +0000
commit25e2770edf3bbfeb325715f03991db11ae5dbdcc (patch)
tree37a94a1fb8edf425be14cb202a08e0691c7a23dc /gst/matroska/matroska-mux.h
parent99f206c0553e22006874b082257f610773416706 (diff)
gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all Clusters to the end of the file. This isn...
Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset), (gst_matroska_mux_start), (gst_matroska_mux_finish), (gst_matroska_mux_write_data): * gst/matroska/matroska-mux.h: Don't write another SeekHead which indexes all Clusters to the end of the file. This isn't useful for anything and just increases filesize.
Diffstat (limited to 'gst/matroska/matroska-mux.h')
-rw-r--r--gst/matroska/matroska-mux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h
index 85d92550..867cf086 100644
--- a/gst/matroska/matroska-mux.h
+++ b/gst/matroska/matroska-mux.h
@@ -129,10 +129,6 @@ typedef struct _GstMatroskaMux {
cluster_time,
cluster_pos;
- /* meta-seek info */
- GstMatroskaMetaSeekIndex *meta_index;
- guint num_meta_indexes;
-
/* tags */
GstTagList *tags;
} GstMatroskaMux;