diff options
Diffstat (limited to 'www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc')
-rw-r--r-- | www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc b/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc index 1f3eb4c3e9fa..806e9ebccd8f 100644 --- a/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc +++ b/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-05-07 06:48:23 UTC +--- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-06-19 07:37:57 UTC +++ media/gpu/chromeos/video_decoder_pipeline.cc -@@ -1122,7 +1122,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1128,7 +1128,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( } #endif @@ -9,7 +9,7 @@ // Linux should always use a custom allocator (to allocate buffers using // libva) and a PlatformVideoFramePool. CHECK(allocator.has_value()); -@@ -1131,7 +1131,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1137,7 +1137,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( // VideoFrame::StorageType of VideoFrame::STORAGE_DMABUFS. main_frame_pool_->AsPlatformVideoFramePool()->SetCustomFrameAllocator( *allocator, VideoFrame::STORAGE_DMABUFS); @@ -18,7 +18,7 @@ // Linux w/ V4L2 should not use a custom allocator // Only tested with video_decode_accelerator_tests // TODO(wenst@) Test with full Chromium Browser -@@ -1305,7 +1305,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1311,7 +1311,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( << " VideoFrames"; auxiliary_frame_pool_->set_parent_task_runner(decoder_task_runner_); |