From e4c5a1ea23300d53ab34b14ed1ed47187f700074 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Feb 2023 19:02:30 +0300 Subject: fixes #3349 (Jingle: gst plugins not found) --- plugins/Jingle/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Jingle/src') diff --git a/plugins/Jingle/src/main.cpp b/plugins/Jingle/src/main.cpp index c95b259422..5936eb7fc9 100644 --- a/plugins/Jingle/src/main.cpp +++ b/plugins/Jingle/src/main.cpp @@ -38,6 +38,8 @@ static INT_PTR FakeService(WPARAM, LPARAM) int CMPlugin::Load() { + SetEnvironmentVariableW(L"GST_PLUGIN_PATH", VARSW(L"%miranda_path%\\Libs\\gst_plugins")); + CreateServiceFunction(MS_JINGLE_SERVICE, &FakeService); return 0; } -- cgit v1.2.3