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: Sandro Santilli
Subject: Re: [Gnash-commit] gnash ChangeLog server/parser/Makefile.am serve...
Date: Tue, 22 May 2007 17:22:27 +0200

On Tue, May 22, 2007 at 04:32:56PM +0800, zou lunkai wrote:
> 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.

Right. Good reason for not being dependent. See precedent mail
for an alternative handling.

--strk;




reply via email to

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