You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MSE][GStreamer] Simplify handling of running time for non-resetting flushes
https://bugs.webkit.org/show_bug.cgi?id=263126
Reviewed by Philippe Normand.
The computation of `base` and `start` for the GstSegment in
webKitMediaSrcStreamFlush() is superfluous, as the same running time
values can be obtained by preserving the original segment.
* Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp:
(webKitMediaSrcStreamFlush):
Canonical link: https://commits.webkit.org/269358@main
0 commit comments