bugGnash - The GNU Flash player - Bugs: bug #34867, Incorrect frame rate from...

 
 

bug #34867: Incorrect frame rate from dump-gnash

Submitter:  Benjamin Wolsey <bwy>
Submitted:  Sun 20 Nov 2011 10:05:18 AM UTC
   
 
Category:  gui Severity:  4 - Important
Release:  master Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 20 Nov 2011 10:05:18 AM UTC, original submission:  

The frame rate of dump-gnash is limited to a multiple of its -d argument.

The reason is that dump-gnash polls the core every x milliseconds, where x is specified by -d (10 by default). If it finds it should advance, it does so and marks the time of the last advance to the current time.

If the requested frame rate is 24 fps (a frame approximately every 42ms), dump-gnash realizes every 50 ms that it should advance. The time of the last advance isn't set to the correct 42ms point, but rather to the current 50ms point, so that the effective frame rate is 20fps rather than 24.

Benjamin Wolsey <bwy>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bwy (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code