diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-06-20 13:07:56 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-06-20 13:07:56 +0000 |
commit | debbed3bff170171fb62938067259d931a041222 (patch) | |
tree | b972c2124059d55e11a1b8c6d27b813ac09db2be /ChangeLog | |
parent | d190f3cf8406edf4686a2f7c9f633cca6b32f54f (diff) | |
download | gst-plugins-bad-debbed3bff170171fb62938067259d931a041222.tar.gz gst-plugins-bad-debbed3bff170171fb62938067259d931a041222.tar.bz2 gst-plugins-bad-debbed3bff170171fb62938067259d931a041222.zip |
ext/resindvd/resindvdsrc.*: Schedule NAV packets and activate them with an async clock callback at the right moment. ...
Original commit message from CVS:
* ext/resindvd/resindvdsrc.c:
* ext/resindvd/resindvdsrc.h:
Schedule NAV packets and activate them with an async clock callback
at the right moment. This makes delayed menu highlights appear
at the correct time and fixes Back To The Future.
When outputting new segment in do_seek(), calculate our position
value properly, so we report the right time when popping in and
out of the menus.
* ext/resindvd/rsnbasesrc.c:
When handling a non-flushing seek, accumulate the segment,
rather than having every seek start from 0 and messing with sync
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2008-06-20 Jan Schmidt <jan.schmidt@sun.com> + + * ext/resindvd/resindvdsrc.c: + * ext/resindvd/resindvdsrc.h: + Schedule NAV packets and activate them with an async clock callback + at the right moment. This makes delayed menu highlights appear + at the correct time and fixes Back To The Future. + + When outputting new segment in do_seek(), calculate our position + value properly, so we report the right time when popping in and + out of the menus. + + * ext/resindvd/rsnbasesrc.c: + When handling a non-flushing seek, accumulate the segment, + rather than having every seek start from 0 and messing with sync + 2008-06-19 Stefan Kost <ensonic@users.sf.net> * gst/selector/gstoutputselector.c: |