gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/parser/Makefile.am serve...


From: zou lunkai
Subject: Re: [Gnash-commit] gnash ChangeLog server/parser/Makefile.am serve...
Date: Tue, 22 May 2007 16:32:56 +0800

On 5/22/07, zou lunkai <address@hidden> wrote:
+       /// A set of depth for each frame
+       //
+       /// Access to this container is mutex-protected
+       /// for thread safety. See _frameDepthsMutex.
+       ///
+       FrameDepths _frameDepths;

I think the set of depths for a frame would tell us: characters in
these depths should be kept alive when jump backward and forward. And
the set of depths might be *changed* by tags(eg. REPLACE and PLACE
with ratio bigger than zero) in later frames.

In other words: this set will not only dependent on tags before the
target frame, but also tags *after* the target frame. right?

Ah, if it is dependent on tags after the target frame(isn't it?) ,
then it means we could hardly get the correct behaviour before a
completely loading of the movie when jumping back.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]