Re: Data communication between demuxers and UIs
Fre_ax <[email protected]> Thu, 15 Jan 2004 16:19:55 +0200 (EET)
| Newsgroups | gmane.comp.video.mplayer.g2.devel |
|---|---|
| Message-ID | <[email protected]> |
Nice to see things working again :) > But i see also a design problem here. IIRC most of the parameters > which would be interesting for such a system are not know after > preinit, but when the first packet is decoded and the first frame > passed trough the vp chain. Am i right ? I dont know about that. Anyhow, this could be partly fixed by allowing "dynamic config data providers" to remove and add options as they want. but this is, as far as i know, very difficult to implement without using timers and other tricks. So the main problem with this is: how to make UIs update available options if new options appear after playback has started ? --Aapo Tahkola