mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix windows build
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
qputenv("GST_PLUGIN_PATH", gstPluginPath.toUtf8());
|
||||
qDebug() << "GST_PLUGIN_PATH=" << gstPluginPath;
|
||||
qputenv("GST_REGISTRY_REUSE_PLUGIN_SCANNER", "yes");
|
||||
qDebug() << "GST_REGISTRY_REUSE_PLUGIN_SCANNER=yes";
|
||||
qputenv("GST_REGISTRY_REUSE_PLUGIN_SCANNER", "no");
|
||||
qDebug() << "GST_REGISTRY_REUSE_PLUGIN_SCANNER=no";
|
||||
qputenv("GST_PLUGIN_SYSTEM_PATH", gstPluginPath.toUtf8());
|
||||
qDebug() << "GST_PLUGIN_SYSTEM_PATH=" << gstPluginPath;
|
||||
qputenv("GST_DEBUG", "GST_PLUGIN_LOADING:5");
|
||||
|
||||
Reference in New Issue
Block a user