m_pSinkFilter:= pController.CreateSourceGraph(StringToOleStr(path), m_pGraph);
CreateSourceGraph的第一个参数是一个文件路径,但并没有提供stream类型的创建方法,或许需要自定义一个滤镜?