[webkit-changes] [WebKit/WebKit] 059db7: Cherry-pick 261925 at main (38857c77abb9). https://bu...
Philippe Normand
noreply at github.com
Wed Apr 12 23:48:24 PDT 2023
Branch: refs/heads/webkitglib/2.40
Home: https://github.com/WebKit/WebKit
Commit: 059db72459db86b9a0117819ede6f93be179dc18
https://github.com/WebKit/WebKit/commit/059db72459db86b9a0117819ede6f93be179dc18
Author: Xabier Rodriguez-Calvar <calvaris at igalia.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.cpp
Log Message:
-----------
Cherry-pick 261925 at main (38857c77abb9). https://bugs.webkit.org/show_bug.cgi?id=254215
[GStreamer][Thunder][PlayReady] Insert swapped key id before
https://bugs.webkit.org/show_bug.cgi?id=254215
Reviewed by Philippe Normand.
We need to insert the swapped key ID before the non swapped one because the original key ID is moved into the store.
* Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.cpp:
(WebCore::CDMInstanceSessionThunder::keyUpdatedCallback):
Canonical link: https://commits.webkit.org/261925@main
Commit: c5267c9f6cf444aaede82ce8b275e40ca079dc8d
https://github.com/WebKit/WebKit/commit/c5267c9f6cf444aaede82ce8b275e40ca079dc8d
Author: Philippe Normand <philn at igalia.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M LayoutTests/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt
M LayoutTests/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt
M LayoutTests/fast/mediastream/resources/sdp-utils.js
M LayoutTests/platform/glib/TestExpectations
A LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt
A LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt
Log Message:
-----------
Cherry-pick 261948 at main (4433b2e3d9c8). https://bugs.webkit.org/show_bug.cgi?id=254164
[GStreamer][WebRTC] fast/mediastream/RTCPeerConnection-inspect-{offer,answer}.html fail
https://bugs.webkit.org/show_bug.cgi?id=254164
Reviewed by Xabier Rodriguez-Calvar.
Make fingerprint SDP attributes predictable in fast/mediastream/RTCPeerConnection-inspect tests baselines.
* LayoutTests/fast/mediastream/resources/sdp-utils.js:
(printComparableSessionDescription):
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt: Added.
* LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt: Added.
Canonical link: https://commits.webkit.org/261948@main
Commit: 251a05058d60aa7138962e5555e36ee6ab743413
https://github.com/WebKit/WebKit/commit/251a05058d60aa7138962e5555e36ee6ab743413
Author: Philippe Normand <philn at igalia.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M LayoutTests/webrtc/routines.js
M LayoutTests/webrtc/video-disabled-black.html
M Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
Log Message:
-----------
Cherry-pick 261951 at main (aff28bc50d0e). https://bugs.webkit.org/show_bug.cgi?id=254212
[Gstreamer][WebRTC] webrtc/video-disabled-black.html fails
https://bugs.webkit.org/show_bug.cgi?id=254212
Reviewed by Xabier Rodriguez-Calvar.
Flushing a disabled video track would lead to a caps negotiation failure afterwards, so flush only
if the track is being re-enabled.
The webrtc/video-disabled-black.html test was also rewritten in order to avoid flakiness, we now
check the video at most 200 times instead of one, before failing the test.
Also drive-by in MediaStreamSource, rebuild black frame caps when needed, instead of attempting to
update caps that are not writable.
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/webrtc/routines.js:
* LayoutTests/webrtc/video-disabled-black.html:
* Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:
Canonical link: https://commits.webkit.org/261951@main
Commit: 24676387266c8dadd5151fe85751e128f4521933
https://github.com/WebKit/WebKit/commit/24676387266c8dadd5151fe85751e128f4521933
Author: Philippe Normand <philn at igalia.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt
M LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-stable-expected.txt
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
Log Message:
-----------
Cherry-pick 261954 at main (2a1e99580320). https://bugs.webkit.org/show_bug.cgi?id=254163
[GStreamer][WebRTC] webrtc/libwebrtc/setLocalDescriptionCrash.html fails
https://bugs.webkit.org/show_bug.cgi?id=254163
Reviewed by Xabier Rodriguez-Calvar.
Detect SDP messages without version attribute and fail accordingly.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::doSetLocalDescription):
(WebCore::GStreamerMediaEndpoint::setDescription):
Canonical link: https://commits.webkit.org/261954@main
Compare: https://github.com/WebKit/WebKit/compare/6a874cf05256...24676387266c
More information about the webkit-changes
mailing list