diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-09 16:49:57 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-09 16:49:57 +0000 |
commit | d119d3125944d2c0dd39ce5b85dc3f2123de7f26 (patch) | |
tree | 348608c8fa70d5b348b46babd937342cfd79744e /ChangeLog | |
parent | c266d310af98e5f208929293476457fbca807742 (diff) | |
download | gst-plugins-bad-d119d3125944d2c0dd39ce5b85dc3f2123de7f26.tar.gz gst-plugins-bad-d119d3125944d2c0dd39ce5b85dc3f2123de7f26.tar.bz2 gst-plugins-bad-d119d3125944d2c0dd39ce5b85dc3f2123de7f26.zip |
ext/resindvd/resindvdsrc.c: Additional patch for resin fixes time-based seeking in titles that don't start at sector ...
Original commit message from CVS:
* ext/resindvd/resindvdsrc.c:
Additional patch for resin fixes time-based seeking in titles
that don't start at sector 0 in the VTS, and fixes interpretation
of the cell elapsed time, so that it reports the correct time after
the seek completes.
Really fixes #566957.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-01-09 Jan Schmidt <jan.schmidt@sun.com> + + * ext/resindvd/resindvdsrc.c: + Additional patch for resin fixes time-based seeking in titles + that don't start at sector 0 in the VTS, and fixes interpretation + of the cell elapsed time, so that it reports the correct time after + the seek completes. + Really fixes #566957. + 2009-01-08 Wim Taymans <wim.taymans@collabora.co.uk> Based on Patch by: Brian Cameron <brian dot cameron at sun dot com> |