From 6def623c352f8934a36918e656b82f85ccd1eed8 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Tue, 23 Dec 2025 14:06:52 +0200 Subject: [PATCH] Migrate VideoFrameBufferInit to KDL --- inputfiles/patches/webcodecs.kdl | 7 +++++++ inputfiles/removedTypes.jsonc | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/inputfiles/patches/webcodecs.kdl b/inputfiles/patches/webcodecs.kdl index 05e953b92..5b7435e47 100644 --- a/inputfiles/patches/webcodecs.kdl +++ b/inputfiles/patches/webcodecs.kdl @@ -31,4 +31,11 @@ removals { linear // Blink only as of 2022-10 pq // Blink only as of 2022-10 } + + dictionary VideoFrameBufferInit { + member flip // Blink only as of 2025-12 + member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata() + member rotation // Blink only as of 2025-12 + member transfer // Blink only as of 2025-12 + } } diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index e744c72e9..f3b430048 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -382,16 +382,6 @@ "rotation": null // No implementation as of 2024-11 } } - }, - "VideoFrameBufferInit": { - "members": { - "member": { - "flip": null, // No implementation as of 2024-11 - "metadata": null, // No implementation as of 2024-04. Linked to VideoFrame.metadata() - "rotation": null, // No implementation as of 2024-11 - "transfer": null // Blink only as of 2024-11 - } - } } } },