aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamer.cpp')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp
index 20b89f5..270b08b 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer.cpp
+++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp
@@ -282,6 +282,9 @@ void LLMediaImplGStreamer::set_gst_plugin_path()
282 LL_DEBUGS("MediaImpl") << "GST_PLUGIN_PATH set to " 282 LL_DEBUGS("MediaImpl") << "GST_PLUGIN_PATH set to "
283 << getenv("GST_PLUGIN_PATH") << LL_ENDL; 283 << getenv("GST_PLUGIN_PATH") << LL_ENDL;
284 284
285 // Disable loading system plugins. We only want to use ours, to avoid conflicts.
286 putenv( "GST_PLUGIN_SYSTEM_PATH=\"\"" );
287
285#endif // LL_WINDOWS || LL_DARWIN 288#endif // LL_WINDOWS || LL_DARWIN
286} 289}
287 290