[webkit-changes] [WebKit/WebKit] a12a0c: [GStreamer] Remove extraneous extendedSupportsType...

Olivier Blin noreply at github.com
Wed Nov 9 10:37:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a12a0c36a0466f6f454b43bc747c5f1d9e9b1a0e
      https://github.com/WebKit/WebKit/commit/a12a0c36a0466f6f454b43bc747c5f1d9e9b1a0e
  Author: Olivier Blin <olivier.blin at softathome.com>
  Date:   2022-11-09 (Wed, 09 Nov 2022)

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

  Log Message:
  -----------
  [GStreamer] Remove extraneous extendedSupportsType method
https://bugs.webkit.org/show_bug.cgi?id=247679

Reviewed by Philippe Normand.

Content type checks are done in
GStreamerRegistryScanner::isContentTypeSupported() or
MediaPlayerPrivateGStreamerMSE::supportsType().
The extraneous MediaPlayerPrivateGStreamer::extendedSupportsType()
method is not implemented and should be removed, like done for other
ports in r157834.

* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::supportsType):
(WebCore::MediaPlayerPrivateGStreamer::extendedSupportsType): Deleted.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
* Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp:
(WebCore::MediaPlayerPrivateGStreamerMSE::supportsType):

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




More information about the webkit-changes mailing list