diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-06-13 09:54:26 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-06-13 09:54:26 +0000 |
| commit | a1d0655f73773a0058f692ff0651037f785e8865 (patch) | |
| tree | 9e9dd05c6ce5069a8760151c2f13e76cf3b271b7 /ChangeLog | |
| parent | 745a950214da35fbf9c433bfc926ad9998a0f92d (diff) | |
gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towards the end of the file between the last...
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
Prevent out of bounds array access when scrubbing towards
the end of the file between the last index entry and the
end. Fixes occasional 'start <= stop' newsegment event
assertions when scrubbing in MJPEG files.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-06-13 Tim-Philipp Müller <tim at centricular dot net> + + * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek): + Prevent out of bounds array access when scrubbing towards + the end of the file between the last index entry and the + end. Fixes occasional 'start <= stop' newsegment event + assertions when scrubbing in MJPEG files. + 2006-06-12 Tim-Philipp Müller <tim at centricular dot net> * tests/check/elements/.cvsignore: |
