aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-03-28 18:53:52 -0500
committerJacek Antonelli2009-03-28 19:32:11 -0500
commit6542894a75f826203cab1ae482fdf5187be09205 (patch)
treef713cec18c5e9f5c7be30c272f6e485e852339a1 /linden/indra/newview/llappviewer.h
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 '')
-rw-r--r--linden/indra/newview/llappviewer.h2
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
139protected: 139protected:
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.