From f0b8ef9f38367fb7d011195c0ec79f9cd18b5131 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 10 Apr 2006 16:09:03 +0000 Subject: gst/matroska/ebml-read.c: Don't try to modify read-only data. Original commit message from CVS: * gst/matroska/ebml-read.c: (gst_ebml_read_sint): Don't try to modify read-only data. * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix comment (won't crash any longer now). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29ea9cd2..4833d766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-04-10 Tim-Philipp Müller + + * gst/matroska/ebml-read.c: (gst_ebml_read_sint): + Don't try to modify read-only data. + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_parse_blockgroup_or_simpleblock): + Fix comment (won't crash any longer now). + 2006-04-10 Michael Smith * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps): -- cgit