下载下来后,双击gstreamer-1.0-msvc-x86-1.19.1.msi:
image.png]( https://upload-images.jianshu.io/upload_images/13099157-530e85d6dc613633.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240 )
点击"更多信息",点击"仍要运行":
点击”完成“后关闭安装向导。
devel包,也是用同样方式安装,这样Gstreamer的开发和运行环境就安装完了。

完成gstreamer 1.9.1后, 我们安装visual studio 2019作为开发环境。
请从(microsoft 网站下载和安装)[ https://visualstudio.microsoft.com/zh-hans/thank-you-downloading-visual-studio/?sku=Community&rel=16#] .

在使用前,未gstreamer 设置环境变量:

将gstreamer\bin 目录加入path路径

完成gstream环境变量的设置后,我们可以下载(gst-doc项目)[ https://gitlab.freedesktop.org/gstreamer/gst-docs/] ,在visual studio中加载该项目examples/tutorials,来做验证。
打开项目,并选择examples/tutorials下的tutorials.sln,然后打开。
升级完成后,我们就可以选择 "生成(build)"-->"生成解决方案(build solution)",完成项目build。
在进行build前,我们需要做以下的事情
a. 包含必须要的文件夹路径,
b. 定义gstreamer的.lib库文件路径。
c. 确定需要那些lib.
以下为具体如何修改配置,完成以上目标:

切换debug 目标平台 为x64.