<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I'm having trouble getting gstreamer's basic first tutorial to run. <br><br>I've installed the following: <br>1) <a href="https://gstreamer.freedesktop.org/data/pkg/windows/1.15.2/gstreamer-1.0-devel-msvc-x86_64-1.15.2.msi">https://gstreamer.freedesktop.org/data/pkg/windows/1.15.2/gstreamer-1.0-devel-msvc-x86_64-1.15.2.msi</a></div><div dir="ltr">2) <a href="https://gstreamer.freedesktop.org/data/pkg/windows/1.15.2/gstreamer-1.0-msvc-x86_64-1.15.2.msi">https://gstreamer.freedesktop.org/data/pkg/windows/1.15.2/gstreamer-1.0-msvc-x86_64-1.15.2.msi</a><br><br>I then wanted to play around with the tutorials. So I opened up VS, loaded the property sheets as described here ( <a href="https://gstreamer.freedesktop.org/documentation/installing/on-windows.html">https://gstreamer.freedesktop.org/documentation/installing/on-windows.html</a> ) and everything built just fine. It won't run, however as I get a number of failing to load library problems. I had set my environment variables as such: <br><br><div dir="ltr">PATH=%PATH%;E:\gstreamer2\1.0\x86_64\bin</div><div dir="ltr">GST_PLUGIN_PATH=E:\gstreamer2\1.0\x86_64\lib\gstreamer-1.0</div><div dir="ltr">GST_DEBUG=4<br><br>Still, failures. I used a program called Process Monitor to understand what was failing to load, and noticed a stream of failures surrounding libtiff-5.dll not being found. Upon searching the installer directories, it was missing. So, I grew suspicious and downloaded the mingw installers. It was there in those. <br><br>In fact, in the msvc installers, there is no tiff library installed at all. <br><br>Is this an oversight, or am I missing something? </div><br></div></div></div></div>