From 7f63b50f3fcd6c98672b9d2481d8e56026c90197 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 15 Nov 2005 19:41:21 +0000 Subject: gst/matroska/matroska-demux.c: When seeking, seek to closest index entry at or before the requested seek position, no... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Reviewed by: Tim-Philipp Müller * 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). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0fb89d0..a495970d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-11-15 Vincent Torri + + Reviewed by: Tim-Philipp Müller + + * 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 * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert), -- cgit