diff options
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp index 7e2833a..32c4376 100755 --- a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp +++ b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | |||
@@ -84,7 +84,7 @@ public: | |||
84 | GstMessage *message); | 84 | GstMessage *message); |
85 | 85 | ||
86 | // basic log file writing | 86 | // basic log file writing |
87 | static bool writeToLog(char* str, ...); | 87 | static bool writeToLog(const char* str, ...); |
88 | 88 | ||
89 | private: | 89 | private: |
90 | std::string getVersion(); | 90 | std::string getVersion(); |
@@ -202,7 +202,7 @@ static char* get_gst_state_name(GstState state) | |||
202 | #endif // LL_GST_REPORT_STATE_CHANGES | 202 | #endif // LL_GST_REPORT_STATE_CHANGES |
203 | 203 | ||
204 | // static | 204 | // static |
205 | bool MediaPluginGStreamer010::writeToLog(char* str, ...) | 205 | bool MediaPluginGStreamer010::writeToLog(const char* str, ...) |
206 | { | 206 | { |
207 | LLFILE* fp = LLFile::fopen("media_plugin_gstreamer010.log", "a"); | 207 | LLFILE* fp = LLFile::fopen("media_plugin_gstreamer010.log", "a"); |
208 | 208 | ||