patchGnash - The GNU Flash player - Patches: patch #6339, heart beating

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6339: heart beating

Submitter:  Sandro Santilli <strk>
Submitted:  Mon 10 Dec 2007 09:38:32 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  strk Open/Closed:  Closed

Thu 10 Jul 2008 03:38:04 PM UTC, comment #2: 

I've reworked the patch in a private bzr branch.
::tick() is gone, ::advance() remains the only entry point,
just expected to be called at quick-enough-intervals.

The VirtualClock will be used for SWF frame advancement,
while the hear beat will be used to execute expired timers
(both internal and external) and redisplay if needed.

Sandro Santilli <strk>
Group Member
Mon 10 Dec 2007 05:26:24 PM UTC, comment #1: 

A side note: the patch doesn't apply to head cleanly anymore (was an old one). Still here to get the idea, reworking it locally.

Sandro Santilli <strk>
Group Member
Mon 10 Dec 2007 09:38:32 AM UTC, original submission:  

This patch adds a ::tick method to the core lib, called at 1/20 of FPS interval from the gui.

The ::tick function executes expired timers and propagates the tick to live characters for any use they may do of it.
In particular, dynamically loaded video stream get a chance to advance the video even before FPS boundary is reached.

See http://wiki.gnashdev.org/wiki/index.php/MovieAdvancement
for more info.

Sandro Santilli <strk>
Group Member

 

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

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 strk (Submitted the item)
  • -email is unavailable- added by strk
  •  

    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.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-08-26 strk StatusNone Done
        Open/ClosedOpen Closed
    2007-12-10 strk Assigned toNone strk
    2007-12-10 strk Summaryhear beating heart beating
    2007-12-10 strk Carbon-Copy- Added zoulunkai

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code