gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Media parsing


From: Bastiaan Jacques
Subject: Re: [Gnash-dev] Media parsing
Date: Tue, 9 Dec 2008 07:02:10 -0800 (PST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)



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




reply via email to

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