summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-11-15 19:41:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-11-15 19:41:21 +0000
commit7f63b50f3fcd6c98672b9d2481d8e56026c90197 (patch)
tree26d8357c33bbc538a9eb2c9ca27dd50809271ee0 /ChangeLog
parent12aed9b96ef17ce97f4617e8c3db65b98f74d7bd (diff)
gst/matroska/matroska-demux.c: When seeking, seek to closest index entry at or before the requested seek position, no...
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek): When seeking, seek to closest index entry at or before the requested seek position, not just the closest one (#321001).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0fb89d0..a495970d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-15 Vincent Torri <torri at iecn dot u-nancy dot fr>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
+ When seeking, seek to closest index entry at or before the requested
+ seek position, not just the closest one (#321001).
+
2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),