[webkit-changes] [WebKit/WebKit] f1b17c: [GStreamer] Make native DASH support opt-in, like HLS

Philippe Normand noreply at github.com
Thu Jun 1 03:43:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f1b17cbb8e383d0882b363759e6d780ea52d4ddf
      https://github.com/WebKit/WebKit/commit/f1b17cbb8e383d0882b363759e6d780ea52d4ddf
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp

  Log Message:
  -----------
  [GStreamer] Make native DASH support opt-in, like HLS
https://bugs.webkit.org/show_bug.cgi?id=257533

Reviewed by Xabier Rodriguez-Calvar.

Nowadays most websites stream DASH using MSE. Moreover the upstream maintenance of dashdemux is
unlikely to continue, since the focus switched to dashdemux2, which we can't use in WebKit anyway,
due to its implicit (and non customizable) usage of network resources.

* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:
(WebCore::GStreamerRegistryScanner::initializeDecoders):

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




More information about the webkit-changes mailing list