[webkit-changes] [WebKit/WebKit] fc5c54: [GStreamer] Account for internal pauses because of...
E. Ocaña González
noreply at github.com
Fri Feb 21 03:04:05 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc5c5462bec0c8e56eb047165bb2bea952dce8a2
https://github.com/WebKit/WebKit/commit/fc5c5462bec0c8e56eb047165bb2bea952dce8a2
Author: Enrique Ocaña González <eocanha at igalia.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
Log Message:
-----------
[GStreamer] Account for internal pauses because of buffering
https://bugs.webkit.org/show_bug.cgi?id=287881
Reviewed by Xabier Rodriguez-Calvar.
The original patch[1] needs a follow-up to ensure that the simulated
paused state because of buffering isn't reported to the upper layers as
a formal pause (requested by the user).
Author: suresh-khurdiya-infosys <skhurdiya.ext at libertyglobal.com>
[1] https://commits.webkit.org/290606@main
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::paused const): Early bail out (returning false, meaning "not paused") also when we're simulating a pause internally because of waiting for buffering.
Canonical link: https://commits.webkit.org/290782@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