[webkit-changes] [WebKit/WebKit] d6decd: [Cairo][Debug] ASSERT triggered by fast/mediastrea...

Vitaly Dyachkov noreply at github.com
Mon Nov 20 01:35:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d6decd31fc747f68b477ac9f1f1cf50bc42c23cb
      https://github.com/WebKit/WebKit/commit/d6decd31fc747f68b477ac9f1f1cf50bc42c23cb
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2023-11-20 (Mon, 20 Nov 2023)

  Changed paths:
    M Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp

  Log Message:
  -----------
  [Cairo][Debug] ASSERT triggered by fast/mediastream/image-capture-take-photo.html
https://bugs.webkit.org/show_bug.cgi?id=264933

Reviewed by Eric Carlson.

`MockRealtimeVideoSource` attempts to encode the image buffer of the
generated photo into `image/jpeg` data. However, the WPE port only
supports `image/png` encoding.

* Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp:
(WebCore::MockRealtimeVideoSource::takePhotoInternal):

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




More information about the webkit-changes mailing list