[webkit-changes] [WebKit/WebKit] b65e20: [GStreamer] Caps negotiation issue in video encode...

Philippe Normand noreply at github.com
Mon Mar 18 02:42:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b65e2001a308e3a0a86411c0bf91b802157f934f
      https://github.com/WebKit/WebKit/commit/b65e2001a308e3a0a86411c0bf91b802157f934f
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

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

  Log Message:
  -----------
  [GStreamer] Caps negotiation issue in video encoder for I422 formats
https://bugs.webkit.org/show_bug.cgi?id=271110

Reviewed by Xabier Rodriguez-Calvar.

The encoder was being configured to convert input buffers to Y422, which is not a valid GStreamer
video format. Use I422 instead.

* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/platform/gstreamer/VideoEncoderPrivateGStreamer.cpp:
(webkit_video_encoder_class_init):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list