diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-04-10 16:09:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-10 16:09:03 +0000 |
commit | f0b8ef9f38367fb7d011195c0ec79f9cd18b5131 (patch) | |
tree | fb1d85b7519cf09ef0bb38aae5596c2c592c3a89 /ChangeLog | |
parent | 683ed4dc0ca84428abd3c71687e8bdc11e27dce4 (diff) |
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-04-10 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <msmith@fluendo.com> * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps): |