From 261cf4f64151e7ec0a8aa80b9d5277a40db3fc68 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 6 Aug 2020 18:27:59 -0400 Subject: [PATCH] Enable gstreamer media stack for UWP targets. --- python/servo/command_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/servo/command_base.py b/python/servo/command_base.py index f25721a5652b..d1ed5271b670 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -864,6 +864,7 @@ def pick_media_stack(self, media_stack, target): not target or ("armv7" in target and "android" in target) or "x86_64" in target + or "uwp" in target ): media_stack = "gstreamer" else: