Re: [QUARTZ] Add implementation for IFilterMapper interface

2004-03-01 Thread Christian Costa
Boaz Harrosh wrote: Christian Costa wrote: Fine. :-) BTW, Windows seems to only update the devenum entries, if any, of the category eumerated. I don't think this is significant or not though... devenum entries are Just a cache that quartz is keeping. It is different between DirectShow versi

Re: [QUARTZ] Add implementation for IFilterMapper interface

2004-02-29 Thread Boaz Harrosh
Christian Costa wrote: Fine. :-) BTW, Windows seems to only update the devenum entries, if any, of the category eumerated. I don't think this is significant or not though... devenum entries are Just a cache that quartz is keeping. It is different between DirectShow versions. I have never fig

Re: [QUARTZ] Add implementation for IFilterMapper interface

2004-02-29 Thread Christian Costa
Robert Shearman wrote: Christian Costa wrote: Ok. I had assumed devenum was complete, but obviously not. Does it spit out any fixme's? No, it doesn't. In fact, Devenum enumerates entries in: 1) HROOT\CLSID\{"clsid of categories"]\Instance 2) HCURRENTUSER\Software\Microsoft

RE: [QUARTZ] Add implementation for IFilterMapper interface

2004-02-29 Thread Robert Shearman
Christian Costa wrote: > > >Ok. I had assumed devenum was complete, but obviously not. Does > it spit out > >any fixme's? > > > > > No, it doesn't. > > In fact, Devenum enumerates entries in: > 1) HROOT\CLSID\{"clsid of categories"]\Instance > 2) HCURRENTUSER\Software\Microsoft\ActiveMovie\dev

Re: [QUARTZ] Add implementation for IFilterMapper interface (RESEND)

2004-02-29 Thread Christian Costa
Tom wrote: Christian Costa wrote: Hi, This time wih Rob's suggestions. Bye. Changelog : Implemented IFilterMapper and IEnumRegFilters interfaces. Fixed IFilterMapper2_EnumMatchingFilters. Christian Costa [EMAIL PROTECTED] Hi Christian, Should I add you as a worker on quartz? Tom Hi Tom

Re: [QUARTZ] Add implementation for IFilterMapper interface (RESEND)

2004-02-29 Thread Tom
Christian Costa wrote: Hi, This time wih Rob's suggestions. Bye. Changelog : Implemented IFilterMapper and IEnumRegFilters interfaces. Fixed IFilterMapper2_EnumMatchingFilters. Christian Costa [EMAIL PROTECTED] Hi Christian, Should I add you as a worker on quartz? Tom

Re: [QUARTZ] Add implementation for IFilterMapper interface

2004-02-28 Thread Christian Costa
Robert Shearman wrote: Christian Costa wrote: Hi, This patch adds implementation for the IFilterMapper interface. Nice. I have few comments (see below). However filters registered with this interface require some work in devenum to be seen from application. This will be done when time

Re: [QUARTZ] Add implementation for IFilterMapper interface

2004-02-28 Thread Robert Shearman
Christian Costa wrote: > > Hi, > > This patch adds implementation for the IFilterMapper interface. Nice. I have few comments (see below). > However filters registered with this interface require some work in > devenum to > be seen from application. This will be done when time permits. Ok. I had