[webkit-changes] [WebKit/WebKit] b9c37f: [WebRTC][GStreamer] A/V sync issues
Philippe Normand
noreply at github.com
Tue Dec 3 00:36:50 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b9c37f863205405cf1f1f5288c944052822d3632
https://github.com/WebKit/WebKit/commit/b9c37f863205405cf1f1f5288c944052822d3632
Author: Philippe Normand <philn at igalia.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
Log Message:
-----------
[WebRTC][GStreamer] A/V sync issues
https://bugs.webkit.org/show_bug.cgi?id=283893
Reviewed by Xabier Rodriguez-Calvar.
Since our pipelines now synchronize on the system clock the buffer PTS are huge and setting that as
negative pad offset introduced sync issues. If the video track started first and then an audio track
appeared it would be delayed and wouldn't start. Remove the pad offset and expect downstream to
perform synchronization.
* Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:
Canonical link: https://commits.webkit.org/287264@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