[webkit-changes] [WebKit/WebKit] ae6be2: [GStreamer] Remove unused VideoTextureCopier

Carlos Garcia Campos noreply at github.com
Thu Jun 1 02:40:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ae6be25d41f91ed2a7aaf45f2ca81f6e0535fa8f
      https://github.com/WebKit/WebKit/commit/ae6be25d41f91ed2a7aaf45f2ca81f6e0535fa8f
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M Source/WebCore/platform/GStreamer.cmake
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
    R Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.cpp
    R Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.h

  Log Message:
  -----------
  [GStreamer] Remove unused VideoTextureCopier
https://bugs.webkit.org/show_bug.cgi?id=257594

Reviewed by Xabier Rodriguez-Calvar and Philippe Normand.

It's unused since 254947 at main. We need a solution for WebGL ANGLE
implementation, but in the meantime this is dead code we can just
remove.

* Source/WebCore/platform/GStreamer.cmake:
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::copyVideoTextureToPlatformTexture): Deleted.
(WebCore::MediaPlayerPrivateGStreamer::nativeImageForCurrentTime): Deleted.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
* Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.cpp: Removed.
* Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.h: Removed.

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




More information about the webkit-changes mailing list