Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c92e583a41e1b338dc576e3bad9df29737e35cee
https://github.com/WebKit/WebKit/commit/c92e583a41e1b338dc576e3bad9df29737e35cee
Author: Philippe Normand <[email protected]>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp
Log Message:
-----------
[GStreamer][WebRTC] framesEncoded stats are incorrect
https://bugs.webkit.org/show_bug.cgi?id=279431
Reviewed by Xabier Rodriguez-Calvar.
The frames were counted from the payloader output, which splits every frame in
multiple RTP packets.
So we have to start counting directly from the encoder output.
*
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp:
(WebCore::RealtimeOutgoingVideoSourceGStreamer::RealtimeOutgoingVideoSourceGStreamer):
(WebCore::RealtimeOutgoingVideoSourceGStreamer::startUpdatingStats):
(WebCore::RealtimeOutgoingVideoSourceGStreamer::stopUpdatingStats):
Canonical link: https://commits.webkit.org/283473@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