On Tue, Dec 09, 2008 at 07:13:10PM +0200, Shachar Kaufman wrote: > > > > Timestamps in encoded frame are expected. > > Why I dunno, but this was the case with FLV, which is the only > > officially supported container format AFAIK. > > > I know but I've been successfully using gnash with AVC for a while with a > new video decoder for 0.8.3. I have issues of course (mostly the second > question in my previous response), but still.
0.8.3 was not using the MediaHandler design, right ? Did you overload NetStream ? > Still, it seems restrictive to demand this pass through a SW API. I do > understand that there's no need to extend it before there are > parsers/decoders that need this feature a public patch so I guess I should > get back to the code... MediaParser is a virtual class, shouldn't be too hard to overload so to avoid the queues. The aim has been stability and maintainability of the code, which has had a long history of instability. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

