Skip to content

Commit 5b0ab48

Browse files
Bashamegasaschanaz
andauthored
Migrate VideoFrameBufferInit to KDL (#2313)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent c207d9f commit 5b0ab48

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@ removals {
3131
linear // Blink only as of 2022-10
3232
pq // Blink only as of 2022-10
3333
}
34+
35+
dictionary VideoFrameBufferInit {
36+
member flip // Blink only as of 2025-12
37+
member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
38+
member rotation // Blink only as of 2025-12
39+
member transfer // Blink only as of 2025-12
40+
}
3441
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -382,16 +382,6 @@
382382
"rotation": null // No implementation as of 2024-11
383383
}
384384
}
385-
},
386-
"VideoFrameBufferInit": {
387-
"members": {
388-
"member": {
389-
"flip": null, // No implementation as of 2024-11
390-
"metadata": null, // No implementation as of 2024-04. Linked to VideoFrame.metadata()
391-
"rotation": null, // No implementation as of 2024-11
392-
"transfer": null // Blink only as of 2024-11
393-
}
394-
}
395385
}
396386
}
397387
},

0 commit comments

Comments
 (0)