Module: wine Branch: master Commit: f36602d5cb7f1bfb9a001ed1c06dee81b8181c45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f36602d5cb7f1bfb9a001ed1c0...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Tue Jan 1 17:33:27 2008 +0100
qcap: Complete initializers for g_cTemplates[].
---
dlls/qcap/qcap_main.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/dlls/qcap/qcap_main.c b/dlls/qcap/qcap_main.c index 6e3cca2..93ae555 100644 --- a/dlls/qcap/qcap_main.c +++ b/dlls/qcap/qcap_main.c @@ -82,66 +82,79 @@ static CFactoryTemplate const g_cTemplates[] = { wAudioCaptureFilter, &CLSID_AudioCaptureFilter, QCAP_createAudioCaptureFilter, + NULL, NULL },{ wAVICompressor, &CLSID_AVICompressor, QCAP_createAVICompressor, + NULL, NULL },*/{ wVFWCaptFilter, &CLSID_VfwCapture, QCAP_createVFWCaptureFilter, + NULL, NULL },/*{ wVFWCaptFilterProp, &CLSID_VFWCaptureFilterPropertyPage, QCAP_createVFWCaptureFilterPropertyPage, + NULL, NULL },{ wAVIMux, &CLSID_AVImux, QCAP_createAVImux, + NULL, NULL },{ wAVIMuxPropPage, &CLSID_AVImuxPropertyPage, QCAP_createAVImuxPropertyPage, + NULL, NULL },{ wAVIMuxPropPage1, &CLSID_AVImuxPropertyPage1, QCAP_createAVImuxPropertyPage1, + NULL, NULL },{ wFileWriter, &CLSID_FileWriter, QCAP_createFileWriter, + NULL, NULL },*/{ wCaptGraphBuilder, &CLSID_CaptureGraphBuilder, QCAP_createCaptureGraphBuilder2, + NULL, NULL },{ wCaptGraphBuilder2, &CLSID_CaptureGraphBuilder2, QCAP_createCaptureGraphBuilder2, + NULL, NULL }/*,{ wInfPinTeeFilter, &CLSID_InfinitePinTeeFilter, QCAP_createInfinitePinTeeFilter, + NULL, NULL },{ wSmartTeeFilter, &CLSID_SmartTeeFilter, QCAP_createSmartTeeFilter, + NULL, NULL },{ wAudioInMixerProp, &CLSID_AudioInputMixerPropertyPage, QCAP_createAudioInputMixerPropertyPage, + NULL, NULL }*/ };