From: Matteo Bruni mbruni@codeweavers.com
--- dlls/quartz/vmr7.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/quartz/vmr7.c b/dlls/quartz/vmr7.c index e9834e300b0..cb38a1883d1 100644 --- a/dlls/quartz/vmr7.c +++ b/dlls/quartz/vmr7.c @@ -826,6 +826,7 @@ static HRESULT WINAPI filter_config_SetRenderingMode(IVMRFilterConfig *iface, DW } IUnknown_QueryInterface(default_presenter, &IID_IVMRSurfaceAllocator, (void **)&filter->allocator); IUnknown_QueryInterface(default_presenter, &IID_IVMRImagePresenter, (void **)&filter->presenter); + IVMRSurfaceAllocator_AdviseNotify(filter->allocator, &filter->IVMRSurfaceAllocatorNotify_iface); IUnknown_Release(default_presenter); break;