Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89f95d2d94f9d1659c4a4243861bf740cfa77b8c
https://github.com/WebKit/WebKit/commit/89f95d2d94f9d1659c4a4243861bf740cfa77b8c
Author: Ahmad Saleem <[email protected]>
Date: 2024-07-10 (Wed, 10 Jul 2024)
Changed paths:
M Source/WebCore/Modules/mediastream/RTCStatsReport.h
M Source/WebCore/Modules/mediastream/RTCStatsReport.idl
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp
Log Message:
-----------
Add missing `required` for RTCCodecStats dictionary in RTCStatsReport.idl
https://bugs.webkit.org/show_bug.cgi?id=274026
rdar://problem/128306882
Reviewed by Youenn Fablet and Philippe Normand.
This patch aligns 'RTCCodecStats' as per web specification [1]:
[1] https://w3c.github.io/webrtc-stats/#dom-rtccodecstats
WebKit was missing `required` for 'payloadType', 'transportId' and
'mimeType' and this patch adds it.
* Source/WebCore/Modules/mediastream/RTCStatsReport.h:
* Source/WebCore/Modules/mediastream/RTCStatsReport.idl:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp:
(WebCore::RTCStatsReport::CodecStats::CodecStats):
Canonical link: https://commits.webkit.org/280815@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes