Skip to content

pluginloader-win32: Prepend gstreamer-1.0-0.dll directory to PATH env for child process

Usually gst-plugin-scanner.exe will be located under libexec/gstreamer-1.0 or even somewhere user specified location via GST_PLUGIN_SCANNER environment. So, in order for child process to be able to load GStreamer DLLs, parent process will need to update PATH env

Merge request reports