From e7a25eb1900c24d4679354cc304675c55f592878 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Wed, 22 May 2024 16:14:19 -0400 Subject: [PATCH 1/2] setCodecPreferences() must use case-insensitive mimeType comparison --- amendments.json | 14 ++++++++++++++ webrtc.html | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/amendments.json b/amendments.json index 7e3d1711d..2bc9461f2 100644 --- a/amendments.json +++ b/amendments.json @@ -689,6 +689,20 @@ "status": "candidate", "difftype": "append", "id": 31 + }, + { + "description": "setCodecPreferences() must use case-insensitive mimeType comparison", + "pr": 2975, + "tests": [ + "webrtc/RTCRtpTransceiver-setCodecPreferences.html" + ], + "testUpdates": [ + "web-platform-tests/wpt#TBD" + ], + "type": "correction", + "status": "candidate", + "difftype": "append", + "id": 47 } ], "replacetrack-reject": [ diff --git a/webrtc.html b/webrtc.html index a151e38b8..d9592da25 100644 --- a/webrtc.html +++ b/webrtc.html @@ -11382,7 +11382,8 @@

  1. - If first.{{RTCRtpCodec/mimeType}} is different from + If first.{{RTCRtpCodec/mimeType}} is not an + [=ASCII case-insensitive=] match for second.{{RTCRtpCodec/mimeType}}, return false.

  2. From 086d12f257d7ac3059527446c6492f77b2e8e827 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Wed, 29 May 2024 12:26:10 -0400 Subject: [PATCH 2/2] Added WPT 46526. --- amendments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amendments.json b/amendments.json index 2bc9461f2..72f4f5ae8 100644 --- a/amendments.json +++ b/amendments.json @@ -697,7 +697,7 @@ "webrtc/RTCRtpTransceiver-setCodecPreferences.html" ], "testUpdates": [ - "web-platform-tests/wpt#TBD" + "web-platform-tests/wpt#46526" ], "type": "correction", "status": "candidate",