Skip to content

Commit

Permalink
Merge pull request #2975 from jan-ivar/lowercase
Browse files Browse the repository at this point in the history
setCodecPreferences() must use case-insensitive mimeType comparison
  • Loading branch information
alvestrand authored May 30, 2024
2 parents 0383057 + 086d12f commit 456549e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,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#46526"
],
"type": "correction",
"status": "candidate",
"difftype": "append",
"id": 47
}
],
"replacetrack-reject": [
Expand Down
3 changes: 2 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11382,7 +11382,8 @@ <h2>
<ol class=algorithm>
<li>
<p>
If <var>first</var>.{{RTCRtpCodec/mimeType}} is different from
If <var>first</var>.{{RTCRtpCodec/mimeType}} is not an
[=ASCII case-insensitive=] match for
<var>second</var>.{{RTCRtpCodec/mimeType}}, return <code>false</code>.
</p>
</li>
Expand Down

0 comments on commit 456549e

Please sign in to comment.