GNOME Bugzilla – Bug 651714
[ffdec] Fix calculating frame duration from last timestamp and frame count
Last modified: 2011-06-06 12:46:53 UTC
Video frame duration is sometimes calculated incorrectly from last timestamp and frame count, because frame count is reset to zero for every input buffer. It should be set to zero only when the input buffer has a valid timestamp. The following patch fixes this.
Created attachment 189089 [details] [review] Fix calculating frame duration
commit 8e2404b8dfe1ed6c4a23573ec01de85604487d3c Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Thu Jun 2 18:02:38 2011 +0300 ffdec: Fix calculating frame duration from last timestamp and frame count. Fixes bug #651714.