Re: [PATCH 2/5] qedit: Add pins, IMemInputPin implementation and grabbing to SampleGrabber (try 4)

2010-02-08 Thread Paul Chitescu
See my answers inline just under your questions. Regards, Paul On Sunday 07 February 2010 04:26:59 pm Nikolay Sivov wrote: > On 2/5/2010 17:54, Paul Chitescu wrote: > > Changelog: > > qedit: Add pins, IMemInputPin implementation and grabbing to SampleGrabber > > > > This time I checked it a

Re: [PATCH 2/5] qedit: Add pins, IMemInputPin implementation and grabbing to SampleGrabber (try 4)

2010-02-07 Thread Nikolay Sivov
On 2/5/2010 17:54, Paul Chitescu wrote: Changelog: qedit: Add pins, IMemInputPin implementation and grabbing to SampleGrabber This time I checked it applies. Sorry. --- +/* Sample Grabber pin implementation */ +typedef struct _SG_Pin { +IPin pin; This should be const IPinVtbl