[webkit-changes] [WebKit/WebKit] 6372de: [GStreamer][WebRTC] Improved statistics support

Philippe Normand noreply at github.com
Tue Jul 4 03:36:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6372de17d30f735b2b6b09b478256d8e5e75d0c3
      https://github.com/WebKit/WebKit/commit/6372de17d30f735b2b6b09b478256d8e5e75d0c3
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp

  Log Message:
  -----------
  [GStreamer][WebRTC] Improved statistics support
https://bugs.webkit.org/show_bug.cgi?id=258738

Reviewed by Xabier Rodriguez-Calvar.

The codec stats are now spec compliant (implementation field is not). There's also a dedicated
function for filling ReceivedRtpStreamStats. RemoteInboundRtpStreamStats now account for
fractionLost infos. IceCandidateStats now account for priority infos.

* Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp:
(WebCore::fillRTCCodecStats):
(WebCore::fillReceivedRTPStreamStats):
(WebCore::fillRemoteInboundRTPStreamStats):
(WebCore::fillInboundRTPStreamStats):
(WebCore::fillRTCCandidateStats):

Canonical link: https://commits.webkit.org/265752@main




More information about the webkit-changes mailing list