Skip to content

Commit

Permalink
Enable gstreamer media stack for UWP targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Aug 6, 2020
1 parent 08328c2 commit 261cf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/servo/command_base.py
Expand Up @@ -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:
Expand Down

0 comments on commit 261cf4f

Please sign in to comment.