Re: Re: Data communication between demuxers and UIs
Anders Johansson <[email protected]> Thu, 22 Jan 2004 23:37:47 +0800
| Newsgroups | gmane.comp.video.mplayer.g2.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Thu, 22 Jan 2004 01:28:22 -0500 > D Richard Felker III <[email protected]> wrote: > > > The difficult > > end is "repairing" filter chains, renegotiating link parameters, etc. > > to accommodate changing options. > > > That's a really good question. Do you have an idea how this can > be done ? > Or is it a trivial, call config() on all nodes in the chain ? > > Attila Kinali I bet someone thought about this prevously, I have for one (differnt application though). I ended up with software standards for middle ware like CORBA and XMLRPC, Sun has some solution as well, in the end I gave up and went for a static config using XML (I have the code in a lib if someone is interested). If someone actually find a good solution/standard to dynamic config please post it here. Cheers, //Anders