[webkit-changes] [WebKit/WebKit] 05be46: [GStreamer][Broadcom] Limit brcmaudiodecoder buffe...

Xabier Rodríguez noreply at github.com
Wed Jun 28 05:11:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 05be46826b4a7bc7bf74b55a3a5a7785164a4d20
      https://github.com/WebKit/WebKit/commit/05be46826b4a7bc7bf74b55a3a5a7785164a4d20
  Author: Xabier Rodriguez-Calvar <calvaris at igalia.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

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

  Log Message:
  -----------
  [GStreamer][Broadcom] Limit brcmaudiodecoder buffering to 1s for live streams
https://bugs.webkit.org/show_bug.cgi?id=258616

Reviewed by Philippe Normand.

Default limit is 3 sec that with additional queue2 2sec limit
and rounding errors gives 5-7sec for audio playback to be ready.

Limit to 1sec so audio can start within 3-4 sec.

Original patch by Andrzej Surdej <Andrzej_Surdej at comcast.com>.

* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::configureElementPlatformQuirks):

Canonical link: https://commits.webkit.org/265578@main




More information about the webkit-changes mailing list