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; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
