Enable gstreamer media stack for UWP targets.

This commit is contained in:
Josh Matthews 2020-08-06 18:27:59 -04:00
parent 08328c22d6
commit 261cf4f641

View file

@ -864,6 +864,7 @@ install them, let us know by filing a bug!")
not target
or ("armv7" in target and "android" in target)
or "x86_64" in target
or "uwp" in target
):
media_stack = "gstreamer"
else: