[webkit-changes] [WebKit/WebKit] 3ced1e: [GStreamer] Set PTS on buffers received by video c...
Philippe Normand
noreply at github.com
Fri Jan 10 04:52:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ced1e0266db06ddd053d541cd267e79da67ae6d
https://github.com/WebKit/WebKit/commit/3ced1e0266db06ddd053d541cd267e79da67ae6d
Author: Philippe Normand <philn at igalia.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp
Log Message:
-----------
[GStreamer] Set PTS on buffers received by video capturers
https://bugs.webkit.org/show_bug.cgi?id=285684
Reviewed by Xabier Rodriguez-Calvar.
The VideoFrame::create() function already uses the PTS from buffers since 288651 at main but it's also
good to do it directly within the capturer, for consistency purposes.
* Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp:
(WebCore::GStreamerVideoCapturer::setSinkVideoFrameCallback):
Canonical link: https://commits.webkit.org/288698@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list