diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-09-28 09:18:19 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-09-28 09:18:19 +0000 |
commit | 395830a22e96d29a9bdf9001e9147bc25d71fd3f (patch) | |
tree | afaa6ac8c13750d794fc81980dd8350e018170d2 /recordmydesktop/ChangeLog | |
parent | 1cc2dacb502aec6ca162d7c76619e45067a28e15 (diff) |
frame duplication instead of dropping sound
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@72 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/ChangeLog')
-rw-r--r-- | recordmydesktop/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index bd60427..d06cdd8 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -49,4 +49,11 @@ pixel discarding is an option(used to be otherwise). /*VERSION 0.2.6*/ -*internal framedrop counter +*Behavior on stream desync has been changed. +Now, instead of dropping sound buffers, the +last image is duplicated. When not recording +sound this does not apply. +*Theora return values are now properly checked, +to avoid inserting corrupt packages into the stream. + + |