aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJacek Antonelli2009-03-28 18:53:52 -0500
committerJacek Antonelli2009-03-28 19:32:11 -0500
commit6542894a75f826203cab1ae482fdf5187be09205 (patch)
treef713cec18c5e9f5c7be30c272f6e485e852339a1 /ChangeLog.txt
parentPrint out the plugins gstreamer finds, for debugging. (diff)
downloadmeta-impy-6542894a75f826203cab1ae482fdf5187be09205.zip
meta-impy-6542894a75f826203cab1ae482fdf5187be09205.tar.gz
meta-impy-6542894a75f826203cab1ae482fdf5187be09205.tar.bz2
meta-impy-6542894a75f826203cab1ae482fdf5187be09205.tar.xz
Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.
LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index dbfa5b6..eb35e5f 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,18 @@
12009-03-28 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-03-28 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/llmedia/llmediaimplgstreamer.cpp: 3 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
4 Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.
5 LLAppViewer::gst_plugin_path -->
6 LLMediaImplGStreamer::set_gst_plugin_path
7 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
8 Ditto.
9 * linden/indra/newview/llappviewer.h:
10 Ditto.
11 * linden/indra/newview/llappviewer.cpp:
12 Ditto.
13
14
15 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
4 Print out the plugins gstreamer finds, for debugging. 16 Print out the plugins gstreamer finds, for debugging.
5 17
6 18