[webkit-changes] [WebKit/WebKit] 121e1b: [MSE] Fix code spell in internal API

Philippe Normand noreply at github.com
Mon Dec 11 01:37:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 121e1be5d68ec3497a60e451b313a92e65202b76
      https://github.com/WebKit/WebKit/commit/121e1be5d68ec3497a60e451b313a92e65202b76
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/SourceBufferPrivate.cpp
    M Source/WebCore/platform/graphics/SourceBufferPrivate.h
    M Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h
    M Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm
    M Source/WebCore/platform/graphics/gstreamer/mse/SourceBufferPrivateGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/mse/SourceBufferPrivateGStreamer.h

  Log Message:
  -----------
  [MSE] Fix code spell in internal API
https://bugs.webkit.org/show_bug.cgi?id=266175

Reviewed by Xabier Rodriguez-Calvar.

Initialization goes with z, not s.

* Source/WebCore/platform/graphics/SourceBufferPrivate.cpp:
(WebCore::SourceBufferPrivate::didReceiveInitializationSegment):
* Source/WebCore/platform/graphics/SourceBufferPrivate.h:
(WebCore::SourceBufferPrivate::precheckInitializationSegment):
(WebCore::SourceBufferPrivate::processInitializationSegment):
(WebCore::SourceBufferPrivate::precheckInitialisationSegment): Deleted.
(WebCore::SourceBufferPrivate::processInitialisationSegment): Deleted.
* Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h:
* Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
(WebCore::SourceBufferPrivateAVFObjC::precheckInitializationSegment):
(WebCore::SourceBufferPrivateAVFObjC::processInitializationSegment):
(WebCore::SourceBufferPrivateAVFObjC::precheckInitialisationSegment): Deleted.
(WebCore::SourceBufferPrivateAVFObjC::processInitialisationSegment): Deleted.
* Source/WebCore/platform/graphics/gstreamer/mse/SourceBufferPrivateGStreamer.cpp:
(WebCore::SourceBufferPrivateGStreamer::precheckInitializationSegment):
(WebCore::SourceBufferPrivateGStreamer::processInitializationSegment):
(WebCore::SourceBufferPrivateGStreamer::precheckInitialisationSegment): Deleted.
(WebCore::SourceBufferPrivateGStreamer::processInitialisationSegment): Deleted.
* Source/WebCore/platform/graphics/gstreamer/mse/SourceBufferPrivateGStreamer.h:

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




More information about the webkit-changes mailing list