diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-30 12:45:26 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-30 12:45:26 +0000 |
commit | 5afc2278c2e23353a411ae0b0dd8e2856eb94e86 (patch) | |
tree | 1fb131aea9f1009db855656a5cde1fe1d144a0af /ChangeLog | |
parent | 5468d24b087638db637487e08fded11460175d06 (diff) | |
download | xine-lib-5afc2278c2e23353a411ae0b0dd8e2856eb94e86.tar.gz xine-lib-5afc2278c2e23353a411ae0b0dd8e2856eb94e86.tar.bz2 |
fixed seeking unresponsiveness when using external subtitles
do not flush slave subtitle streams. since the output ports are
the same for both streams, they will get flushed twice causing frames
to be discarded. (possible improvement: check if slave output port is
the same as master's)
CVS patchset: 7089
CVS date: 2004/10/30 12:45:26
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ bytes. may be disabled with MRL parameter "#nocache". * use monotonic clock where available (eg. linux 2.6) so system clock updates won't disturb xine playback. [bug #781532] + * fixed seeking unresponsiveness when using external subtitles xine-lib (1-rc6) * Moved win32 frontend into separate module. |