From 6659192a351f61a1c2476a6d34cc5fd6c8d6123f Mon Sep 17 00:00:00 2001
From: callum_linden <none@none>
Date: Fri, 5 Jan 2018 12:29:38 -0800
Subject: [PATCH] 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

---
 indra/newview/skins/default/xui/en/mime_types.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/skins/default/xui/en/mime_types.xml b/indra/newview/skins/default/xui/en/mime_types.xml
index 8a810f32a63..de9ac4247f0 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>
-- 
GitLab