From 16d8e6151b9161f0d33fa73a13bf3ec8fe0b550e Mon Sep 17 00:00:00 2001 From: Bashamega Date: Sun, 11 Jan 2026 14:49:46 +0200 Subject: [PATCH 1/2] Migrate MediaRecorderOptions to KDL --- inputfiles/patches/mediastream-recording.kdl | 8 ++++++++ inputfiles/removedTypes.jsonc | 9 --------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 inputfiles/patches/mediastream-recording.kdl diff --git a/inputfiles/patches/mediastream-recording.kdl b/inputfiles/patches/mediastream-recording.kdl new file mode 100644 index 000000000..b99472d14 --- /dev/null +++ b/inputfiles/patches/mediastream-recording.kdl @@ -0,0 +1,8 @@ +removals { + dictionary MediaRecorderOptions { + // All Blink only as of 2026-1. + member audioBitrateMode + member videoKeyFrameIntervalCount + member videoKeyFrameIntervalDuration + } +} diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index 4850b708c..8634c0968 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -132,15 +132,6 @@ } } }, - "MediaRecorderOptions": { - "members": { - "member": { - "audioBitrateMode": null, // Blink only as of 2023-05 - "videoKeyFrameIntervalCount": null, // No implementation as of 2023-05 - "videoKeyFrameIntervalDuration": null // No implementation as of 2023-05 - } - } - }, "MediaSessionActionDetails": { "members": { "member": { From 02a87b9701e263bfaa7f61ae4b5c640091381fcd Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Sun, 11 Jan 2026 13:50:54 +0100 Subject: [PATCH 2/2] Update mediastream-recording.kdl --- inputfiles/patches/mediastream-recording.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputfiles/patches/mediastream-recording.kdl b/inputfiles/patches/mediastream-recording.kdl index b99472d14..8ba6e0c38 100644 --- a/inputfiles/patches/mediastream-recording.kdl +++ b/inputfiles/patches/mediastream-recording.kdl @@ -1,6 +1,6 @@ removals { dictionary MediaRecorderOptions { - // All Blink only as of 2026-1. + // All Blink only as of 2026-01. member audioBitrateMode member videoKeyFrameIntervalCount member videoKeyFrameIntervalDuration