diff options
author | Jacek Antonelli | 2009-03-29 22:28:41 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-03-29 22:28:41 -0500 |
commit | b1412201b6e44c1a304acd70d9104d3a2034da52 (patch) | |
tree | ccf7f34d58cd06b5696fce329e3088091e50f4bd /ChangeLog.txt | |
parent | Improved set_gst_plugin_path, now sets path on Mac too. (diff) | |
download | meta-impy-b1412201b6e44c1a304acd70d9104d3a2034da52.zip meta-impy-b1412201b6e44c1a304acd70d9104d3a2034da52.tar.gz meta-impy-b1412201b6e44c1a304acd70d9104d3a2034da52.tar.bz2 meta-impy-b1412201b6e44c1a304acd70d9104d3a2034da52.tar.xz |
set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="".
This prevents GStreamer from looking for system-installed plugins,
which can have conflicts with our packaged ones.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 0bdc570..d4cf20d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,6 +1,12 @@ | |||
1 | 2009-03-29 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-03-29 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 3 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |
4 | set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="". | ||
5 | This prevents GStreamer from looking for system-installed plugins, | ||
6 | which can have conflicts with our packaged ones. | ||
7 | |||
8 | |||
9 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
4 | Improved set_gst_plugin_path, now sets path on Mac too. | 10 | Improved set_gst_plugin_path, now sets path on Mac too. |
5 | 11 | ||
6 | 12 | ||