On Wednesday 20 June 2007 11:11:29 am Alex Villacís Lasso wrote:
> In particular, I see the following two things about sync sources:
> 1) I see no effort on part of filtergraph.c to add a sync source when
> simply asked to render a file
Right. What's supposed to happen is that the filter graph is
Upon checking the source code of dlls/quartz I found out about the
method SetSyncSource defined in the IBaseFilter interface:
dsoundrender.c:static HRESULT WINAPI
DSoundRender_SetSyncSource(IBaseFilter * iface, IReferenceClock *pClock)
filesource.c:static HRESULT WINAPI AsyncReader_SetSyncSourc