summaryrefslogtreecommitdiff
path: root/plugins/Jingle/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Jingle/src/main.cpp')
-rw-r--r--plugins/Jingle/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}