From 5da724e11a4125e40ffe374447d78d820ef3d756 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 21 Jun 2025 03:00:01 +0900 Subject: [PATCH] ci: Build gstreamer-d3d12 on Windows Part-of: --- ci/run_windows_tests.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/run_windows_tests.ps1 b/ci/run_windows_tests.ps1 index 21e5344e2..0caaf3408 100644 --- a/ci/run_windows_tests.ps1 +++ b/ci/run_windows_tests.ps1 @@ -13,6 +13,7 @@ $env:ErrorActionPreference='Stop' 'gstreamer-base', 'gstreamer-check', 'gstreamer-controller', + 'gstreamer-d3d12', 'gstreamer-editing-services', 'gstreamer-gl', # 'gstreamer-gl/egl', @@ -105,7 +106,7 @@ foreach($features in $features_matrix) { if ($env:LocalFeatures -and ($env:LocalFeatures -ne '--no-default-features')) { if ($crate -eq 'examples') { # FIXME: We can do --all-features for examples once we have gtk3 installed in the image - $env:LocalFeatures = "--features=rtsp-server,rtsp-server-record,pango-cairo,overlay-composition,gst-play,gst-player,ges,image,cairo-rs,gst-video/v1_18,windows,gl" + $env:LocalFeatures = "--features=rtsp-server,rtsp-server-record,pango-cairo,overlay-composition,gst-play,gst-player,ges,image,cairo-rs,gst-video/v1_18,windows,gl,d3d12" } if ($crate -eq 'tutorials') {