diff options
author | Jacek Antonelli | 2009-03-28 18:53:52 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-03-28 19:32:11 -0500 |
commit | 6542894a75f826203cab1ae482fdf5187be09205 (patch) | |
tree | f713cec18c5e9f5c7be30c272f6e485e852339a1 /linden/indra/newview/llappviewer.h | |
parent | Print out the plugins gstreamer finds, for debugging. (diff) | |
download | meta-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 '')
-rw-r--r-- | linden/indra/newview/llappviewer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewer.h b/linden/indra/newview/llappviewer.h index 2083a93..58dc835 100644 --- a/linden/indra/newview/llappviewer.h +++ b/linden/indra/newview/llappviewer.h | |||
@@ -138,8 +138,6 @@ public: | |||
138 | 138 | ||
139 | protected: | 139 | protected: |
140 | 140 | ||
141 | void gst_plugin_path(); // Sets GST_PLUGIN_PATH environment variable for GStreamer. | ||
142 | |||
143 | virtual bool initWindow(); // Initialize the viewer's window. | 141 | virtual bool initWindow(); // Initialize the viewer's window. |
144 | virtual bool initLogging(); // Initialize log files, logging system, return false on failure. | 142 | virtual bool initLogging(); // Initialize log files, logging system, return false on failure. |
145 | virtual void initConsole() {}; // Initialize OS level debugging console. | 143 | virtual void initConsole() {}; // Initialize OS level debugging console. |