Commit 84e00d48 authored by Rolf Kalbermatter's avatar Rolf Kalbermatter Committed by Alexandre Julliard

Implement ICaptureGraphBuilder and IcaptureGraphBuilder2 based on

Maarten Lankhorst's patch.
parent 26050b49
......@@ -7,6 +7,7 @@ IMPORTS = ole32 oleaut32 user32 advapi32 kernel32
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
C_SRCS = \
capturegraph.c \
dllsetup.c \
qcap_main.c
......
......@@ -119,7 +119,7 @@ static CFactoryTemplate const g_cTemplates[] = {
&CLSID_FileWriter,
QCAP_createFileWriter,
NULL
},{
},*/{
wCaptGraphBuilder,
&CLSID_CaptureGraphBuilder,
QCAP_createCaptureGraphBuilder2,
......@@ -129,7 +129,7 @@ static CFactoryTemplate const g_cTemplates[] = {
&CLSID_CaptureGraphBuilder2,
QCAP_createCaptureGraphBuilder2,
NULL
},{
}/*,{
wInfPinTeeFilter,
&CLSID_InfinitePinTeeFilter,
QCAP_createInfinitePinTeeFilter,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment