diff options
author | callum_linden <none@none> | 2018-01-05 12:29:38 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2018-01-05 12:29:38 -0800 |
commit | 6659192a351f61a1c2476a6d34cc5fd6c8d6123f (patch) | |
tree | 4531c318dbe1ee5f6ddfc899db7b662f7c18adf7 /indra | |
parent | 37e699bede72f711afc3391f751fac5a8d4ccf2a (diff) |
Fix for MAINT-8148 - AVI fails to play. For Windows, the x-msvideo MIME type was pointed at CEF which is unable to play it. Switching that to LibVLC made it work as expected. It was already switched on macOS
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/mime_types.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/mime_types.xml b/indra/newview/skins/default/xui/en/mime_types.xml index 8a810f32a6..de9ac4247f 100644 --- a/indra/newview/skins/default/xui/en/mime_types.xml +++ b/indra/newview/skins/default/xui/en/mime_types.xml @@ -526,7 +526,7 @@ movie </widgettype> <impl> - media_plugin_cef + media_plugin_libvlc </impl> </mimetype> </mimetypes> |