Skip to content

Commit e036768

Browse files
Bashamegasaschanaz
andauthored
Migrate VideoFrameInit to KDL (#2315)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent e33c346 commit e036768

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ removals {
5252
member rotation // Blink only as of 2025-12
5353
member transfer // Blink only as of 2025-12
5454
}
55+
56+
dictionary VideoFrameInit {
57+
member flip // Blink only as of 2025-12
58+
member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
59+
member rotation // Blink only as of 2025-12
60+
}
5561
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,6 @@
298298
"vp9": null // Blink only as of 2025-05
299299
}
300300
}
301-
},
302-
"VideoFrameInit": {
303-
"members": {
304-
"member": {
305-
"flip": null, // No implementation as of 2024-11
306-
"metadata": null, // No implementation as of 2024-11. Linked to VideoFrame.metadata()
307-
"rotation": null // No implementation as of 2024-11
308-
}
309-
}
310301
}
311302
}
312303
},

0 commit comments

Comments
 (0)