Re: qedit.dll: Add minimal stubs for NullRenderer and SampleGrabber

2009-12-21 Thread Alexandre Julliard
Paul Chitescu writes: > About the macros - were you talking about the VTBL_COMMON which is pretty > short or DEF_COMMON which is long and would cause the source code to grow > unnecessarily? There are more interfaces to be implemented and I find easier > to mantain _one_ macro rather than 6 co

Re: qedit.dll: Add minimal stubs for NullRenderer and SampleGrabber

2009-12-21 Thread Paul Chitescu
On Monday 21 December 2009 05:05:25 pm Alexandre Julliard wrote: > Paul Chitescu writes: > > > Changelog: > > qedit.dll: Add minimal stubs for NullRenderer and SampleGrabber. > > > > It doesn't make much sense to break this patch in two since most applic

Re: qedit.dll: Add minimal stubs for NullRenderer and SampleGrabber

2009-12-21 Thread Alexandre Julliard
Paul Chitescu writes: > Changelog: > qedit.dll: Add minimal stubs for NullRenderer and SampleGrabber. > > It doesn't make much sense to break this patch in two since most applications > connect a SampleGrabber to a NullRenderer to capture frames. That doesn't