Considerations
Issue description
In README's Prerequisites section (working on Windows), it states we need to add two new values to PATH environment variable (EV):
- %GSTREAMER_1_0_ROOT_X86_64%\bin
- %GSTREAMER_1_0_ROOT_X86_64%\lib\gstreamer-1.0
However, when we install the GStreamer mingw version, it creates the GSTREAMER_1_0_ROOT_MINGW_X86_64 EV (notice the extra MINGW between ROOT and X86_64).
At first, I got an error related to not being able to find gstreamer-1.0-0.dll (similar as reported in Issue#1: You are missing gstreamer-1.0-0.dll). Although, adding MINGW made it work out.
To sum up, the two above values should be, respectively, updated to:
- %GSTREAMER_1_0_ROOT_MINGW_X86_64%\bin
- %GSTREAMER_1_0_ROOT_MINGW_X86_64%\lib\gstreamer-1.0
Considerations
Issue description
In README's Prerequisites section (working on Windows), it states we need to add two new values to PATH environment variable (EV):
However, when we install the GStreamer mingw version, it creates the GSTREAMER_1_0_ROOT_MINGW_X86_64 EV (notice the extra MINGW between ROOT and X86_64).
At first, I got an error related to not being able to find gstreamer-1.0-0.dll (similar as reported in Issue#1: You are missing gstreamer-1.0-0.dll). Although, adding MINGW made it work out.
To sum up, the two above values should be, respectively, updated to: