On Tue, 9 Dec 2008, Shachar Kaufman wrote:
Is there a simple way of using an atomic demux-and-decode unit without passing demux-ed encoded elementary bitstream frames back to gnash? This atomic unit of mine is entirely in hardware and forcing it to dispence encoded elementary bisttream frames and timestamps back to software would be a major performance no-no.
You could write a new media handler that does all the work (incl. decoding) in its implementation of the MediaParser class. Then you would simply write a do-nothing Decoder implementation (since decoding already took place). Bastiaan _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

