Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindows build fails with gstreamer DLL not found error #23747
Comments
|
They are updated in #23712 as required packages for media support. I don't have a windows machine but after reading #23712 and #23631 (comment), could you check your libs folder setting or something related? cc @ferjm |
|
My gstreamer lib folder does not have those five dll files whereas it has all of files mentioned in #23712 (comment). |
|
@saschanaz Did you install gstreamer-1.0-devel-msvc-x86_64-1.16.0.msi along with gstreamer-1.0-msvc-x86_64-1.16.0.msi? |
|
@jdm Yes: |
|
Given that we can reproduce on appveyor in #23749, I'll try and sort out the problem there. |
|
#23749 is done, so I am closing this one. Please, reopen if you still encounter this issue. |
Make sure that you are installing the MSVC binaries. The MinGW ones won't work due to different dll naming. |

I have installed the latest gstreamer 1.16.0 and build has been successful, why does this suddenly happen?