[webkit-changes] [WebKit/WebKit] e4933c: [GStreamer][WebCodecs] Flaky crash in encoder

Philippe Normand noreply at github.com
Mon Nov 13 01:29:29 PST 2023


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

  Changed paths:
    M LayoutTests/platform/wpe/TestExpectations
    M Source/WebCore/platform/audio/gstreamer/AudioEncoderGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][WebCodecs] Flaky crash in encoder
https://bugs.webkit.org/show_bug.cgi?id=264672

Reviewed by Xabier Rodriguez-Calvar.

The notify::caps signal can also be emitted after the pad cleared its caps, so we need to return
early when this situation happens.

* Source/WebCore/platform/audio/gstreamer/AudioEncoderGStreamer.cpp:
(WebCore::GStreamerInternalAudioEncoder::GStreamerInternalAudioEncoder):

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




More information about the webkit-changes mailing list