Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c294012da6fc4b01cc1f97be8c19a4d1b8701d47 https://github.com/WebKit/WebKit/commit/c294012da6fc4b01cc1f97be8c19a4d1b8701d47 Author: Youenn Fablet <you...@apple.com> Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/script-metadata-transform.https-expected.txt M LayoutTests/platform/mac-wk2/TestExpectations M Source/WebCore/Modules/mediastream/RTCEncodedAudioFrame.cpp M Source/WebCore/Modules/mediastream/RTCEncodedAudioFrame.h M Source/WebCore/Modules/mediastream/RTCEncodedFrame.cpp M Source/WebCore/Modules/mediastream/RTCEncodedFrame.h M Source/WebCore/Modules/mediastream/RTCEncodedVideoFrame.cpp M Source/WebCore/Modules/mediastream/RTCEncodedVideoFrame.h Log Message: ----------- RTC encoded frame timestamp should be persistent rdar://148580865 https://bugs.webkit.org/show_bug.cgi?id=291067 Reviewed by Jean-Yves Avenard. Timestamp should persist after write, we apply the same strategy as for metadata and move it to RTCEncodedFrame since it applies for both audio and video. * LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/script-metadata-transform.https-expected.txt: * LayoutTests/platform/mac-wk2/TestExpectations: * Source/WebCore/Modules/mediastream/RTCEncodedAudioFrame.cpp: (WebCore::RTCEncodedAudioFrame::timestamp const): Deleted. * Source/WebCore/Modules/mediastream/RTCEncodedAudioFrame.h: * Source/WebCore/Modules/mediastream/RTCEncodedFrame.cpp: (WebCore::RTCEncodedFrame::timestamp const): * Source/WebCore/Modules/mediastream/RTCEncodedFrame.h: * Source/WebCore/Modules/mediastream/RTCEncodedVideoFrame.cpp: (WebCore::RTCEncodedVideoFrame::timestamp const): Deleted. * Source/WebCore/Modules/mediastream/RTCEncodedVideoFrame.h: Canonical link: https://commits.webkit.org/293238@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes