diff options
author | daianakproductengine <daianakproductengine@lindenlab.com> | 2017-08-29 18:47:08 +0300 |
---|---|---|
committer | daianakproductengine <daianakproductengine@lindenlab.com> | 2017-08-29 18:47:08 +0300 |
commit | 9831f7fb3afa29609a01ef95b605885644bf1921 (patch) | |
tree | 792419bd218c492280036a446f93449d370cc497 /indra/media_plugins | |
parent | a0b57c0cd7621fa8575d8f05eaa958323aa106fc (diff) |
MAINT-6080 Fixed YouTube videos in In-Game Browser persist after closing browser window
Diffstat (limited to 'indra/media_plugins')
-rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 4eb29c98f9..ec1454308c 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -440,6 +440,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string) } else if (message_name == "cleanup") { + mVolumeCatcher.setVolume(0); mLLCEFLib->requestExit(); } else if (message_name == "shm_added") |