[webkit-changes] [WebKit/WebKit] 8a62a6: [MSE][GStreamer] Simplify handling of running time...

Alicia Boya García noreply at github.com
Mon Oct 16 05:14:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8a62a65095faf477ebaeb47b9d236b92a4d910d1
      https://github.com/WebKit/WebKit/commit/8a62a65095faf477ebaeb47b9d236b92a4d910d1
  Author: Alicia Boya Garcia <aboya at igalia.com>
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp

  Log Message:
  -----------
  [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




More information about the webkit-changes mailing list