Some DLLs from gst-plugin-bad not loading in msv build
Did a MSVC build this past Friday and am getting several failure to load plugin warnings. Typically I ignore these (unless I know I need the plugin) but these for some reason are causing a confirmation dialog which is annoying in debug.
Command to build:
python ./cerbero-uninstalled -v visualstudio -v intelmsdk package gstreamer-1.0
GStreamer-WARNING **: 19:40:53.662: Failed to load plugin 'C:\code\cerbero\build\dist\msvc_x86_64\lib\gstreamer-1.0\gstdtls.dll': 'C:\code\cerbero\build\dist\msvc_x86_64\lib\gstreamer-1.0\gstdtls.dll': The specified procedure could not be found.
GStreamer-WARNING **: 19:41:06.612: Failed to load plugin 'C:\code\cerbero\build\dist\msvc_x86_64\lib\gstreamer-1.0\gstresindvd.dll': 'C:\code\cerbero\build\dist\msvc_x86_64\lib\gstreamer-1.0\gstresindvd.dll': The specified procedure could not be found.
GStreamer-WARNING **: 19:41:08.339: Failed to load plugin 'C:\code\cerbero\build\dist\msvc_x86_64\lib\gstreamer-1.0\gstttmlsubs.dll': 'C:\code\cerbero\build\dist\msvc_x86_64\lib\gstreamer-1.0\gstttmlsubs.dll': The specified procedure could not be found.
I tried a python ./cerbero-uninstalled -v visualstudio -v intelmsdk buildone gst-plugins-bad-1.0
just now and the warnings remain.
Please let me know if there would be any other useful information.