diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-11-15 19:41:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-11-15 19:41:21 +0000 |
commit | 7f63b50f3fcd6c98672b9d2481d8e56026c90197 (patch) | |
tree | 26d8357c33bbc538a9eb2c9ca27dd50809271ee0 /ChangeLog | |
parent | 12aed9b96ef17ce97f4617e8c3db65b98f74d7bd (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |