diff options
author | Jacek Antonelli | 2009-03-29 15:52:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-03-29 15:52:56 -0500 |
commit | ae9a2e5859500c19d403ae8c02d073586e4567de (patch) | |
tree | 07231699bbf82a6de795ba41f9f509c1b35a752c /ChangeLog.txt | |
parent | Using OpenAL framework on Mac after all. Maybe. (diff) | |
parent | Fixed some minor mistakes in set_gst_plugin_path(). (diff) | |
download | meta-impy-ae9a2e5859500c19d403ae8c02d073586e4567de.zip meta-impy-ae9a2e5859500c19d403ae8c02d073586e4567de.tar.gz meta-impy-ae9a2e5859500c19d403ae8c02d073586e4567de.tar.bz2 meta-impy-ae9a2e5859500c19d403ae8c02d073586e4567de.tar.xz |
Merge commit 'origin/gst-revamp' into mac-1.1.0
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 5513449..74ca768 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -12,6 +12,31 @@ | |||
12 | Removed the "2.0.0" named glib libs. Only using "2.0" now. | 12 | Removed the "2.0.0" named glib libs. Only using "2.0" now. |
13 | 13 | ||
14 | 14 | ||
15 | 2009-03-28 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
16 | |||
17 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
18 | Improved set_gst_plugin_path, more comprehensive path. | ||
19 | Also tried to tidy up a bit. | ||
20 | |||
21 | |||
22 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
23 | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. | ||
24 | LLAppViewer::gst_plugin_path --> | ||
25 | LLMediaImplGStreamer::set_gst_plugin_path | ||
26 | |||
27 | |||
28 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
29 | Ditto. | ||
30 | * linden/indra/newview/llappviewer.h: | ||
31 | Ditto. | ||
32 | * linden/indra/newview/llappviewer.cpp: | ||
33 | Ditto. | ||
34 | |||
35 | |||
36 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
37 | Print out the plugins gstreamer finds, for debugging. | ||
38 | |||
39 | |||
15 | 2009-03-26 Jacek Antonelli <jacek.antonelli@gmail.com> | 40 | 2009-03-26 Jacek Antonelli <jacek.antonelli@gmail.com> |
16 | 41 | ||
17 | * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp: | 42 | * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp: |