[webkit-changes] [WebKit/WebKit] a4ddc3: [GStreamer][WebRTC] Report video encoder bitrate i...
Philippe Normand
noreply at github.com
Mon Dec 12 01:00:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4ddc34d0b3f62cb6a02a1d7e4b81bdaa8b79035
https://github.com/WebKit/WebKit/commit/a4ddc34d0b3f62cb6a02a1d7e4b81bdaa8b79035
Author: Philippe Normand <philn at igalia.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp
M Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp
Log Message:
-----------
[GStreamer][WebRTC] Report video encoder bitrate in outgoing RTP stats
https://bugs.webkit.org/show_bug.cgi?id=249093
Reviewed by Xabier Rodriguez-Calvar.
The bitrate in kbps is queried on the encoder and passed to the stats as a bps value.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerStatsCollector.cpp:
(WebCore::fillOutboundRTPStreamStats):
* Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp:
(WebCore::RealtimeOutgoingVideoSourceGStreamer::updateStats):
Canonical link: https://commits.webkit.org/257719@main
More information about the webkit-changes
mailing list