Skip to content

gstgl: Add a new window type for WinRT

Nirbheek Chauhan requested to merge nirbheek/gst-plugins-base:winrt-egl into master

This is needed for using GstGL with ANGLE as the GLES implementation in Universal Windows Platform apps that use the Windows Runtime (WinRT) instead of Win32, which is deprecated and not allowed in Windows Store apps.

This has been tested with Servo on the Microsoft HoloLens 2, and seems to work quite well.

Merge request reports