From 25e2770edf3bbfeb325715f03991db11ae5dbdcc Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 15 Jun 2008 15:29:29 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9beba234..ed5cf867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-15 Sebastian Dröge + + * 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. + 2008-06-15 Sebastian Dröge * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float): -- cgit