Can't build Aravis with Visual Studio 2019

Hello,

Could please anybody help me to build Aravis with Visual Studio 2019 on Windows 10?
First, I try to use Docker Compose version v2.15.1:

docker-compose -f aravis-msvc.yml up

and got the error:

Non-string key at top level: true

OK, I copied INPUT_CONANFILE content into conanfile.txt and run directly (Conan version 1.58.0):

conan install -s os="Windows" -s compiler="Visual Studio" -s compiler.version="16" -s arch="x86_64" -s build_type="Release" -b pcre -b missing -b cascade -if build .

and then got:

gstreamer/1.19.1: ERROR: Package '78f1f36244292688c6629160bf5378be41907a9c' build failed
gstreamer/1.19.1: WARN: Build folder C:\Users\shasha.INTRA\.conan\data\gstreamer\1.19.1\_\_\build\78f1f36244292688c6629160bf5378be41907a9c
ERROR: gstreamer/1.19.1: Error in build() method, line 98
        meson = self._configure_meson()
while calling '_configure_meson', line 92
        args=['--wrap-mode=nofallback'])
        ConanException: Error 9009 while executing meson "C:\Users\shasha.INTRA\.conan\data\gstreamer\1.19.1\_\_\build\78f1f36244292688c6629160bf5378be41907a9c\source_subfolder" "C:\Users\shasha.INTRA\.conan\data\gstreamer\1.19.1\_\_\build\78f1f36244292688c6629160bf5378be41907a9c\build_subfolder" --backend=ninja -Dprefix="C:\Users\shasha.INTRA\.conan\data\gstreamer\1.19.1\_\_\package\78f1f36244292688c6629160bf5378be41907a9c" -Dlibdir="lib" -Dbindir="bin" -Dsbindir="bin" -Dlibexecdir="bin" -Dincludedir="include" -Ddefault_library="shared" -Db_vscrt="md" -Dtools="disabled" -Dexamples="disabled" -Dbenchmarks="disabled" -Dtests="disabled" -Dintrospection="disabled" --wrap-mode=nofallback --buildtype=release

Not actual for me any more.