gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog backend/sound_handler.cpp backe...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog backend/sound_handler.cpp backe...
Date: Thu, 7 Jun 2007 15:11:31 +0200

On Thu, Jun 07, 2007 at 03:03:27PM +0200, Udo Giacomozzi wrote:
> Hello strk,
> 
> Thursday, June 7, 2007, 3:01:32 PM, you wrote:
> s> Alright, then what about specifying the output format in the
> s> embedVideoDecoder::decodeFrame() method rather then in its
> s> (failed-to-be) constructor, so to remove a rendering call during
> s> parse time ?
> 
> Dunno. Never looked at embedVideoDecoder :)

It's a thing that you construct, then you tell it which output format
to give you back and which input format you'll feed it and then you
call decodeFrame() on it :)

Gnash is constructing/initializing it during parse time and using
it on ::display. For initializing it queries the renderer for the preferred
format, so it's one of those "rendering calls from parser":

See https://savannah.gnu.org/task/?5837

--strk;





reply via email to

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