aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc')
-rw-r--r--devel/electron38/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/devel/electron38/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc
new file mode 100644
index 000000000000..6107ed1637b5
--- /dev/null
+++ b/devel/electron38/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc
@@ -0,0 +1,11 @@
+--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-08-26 20:49:50 UTC
++++ media/gpu/vaapi/vaapi_video_decoder.cc
+@@ -787,7 +787,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree
+ const gfx::Size decoder_natural_size =
+ aspect_ratio_.GetNaturalSize(decoder_visible_rect);
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ std::optional<DmabufVideoFramePool::CreateFrameCB> allocator =
+ base::BindRepeating(&AllocateCustomFrameProxy, weak_this_);
+ std::vector<ImageProcessor::PixelLayoutCandidate> candidates = {