Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION(r274358) [GStreamer] http/tests/images/mp4-partial-load.ht…
…ml is flaky crashing inside GStreamer https://bugs.webkit.org/show_bug.cgi?id=223636 Patch by Philippe Normand <pnormand@igalia.com> on 2021-04-06 Reviewed by Carlos Alberto Lopez Perez. Source/WebCore: Ensure the GStreamer messages are always processed synchronously, even when the handler is called from another thread. Without blocking in the latter case, the select-streams event might be sent to decodebin too late. It has to be sent as a synchronous reaction to the stream-collection message. * platform/graphics/gstreamer/ImageDecoderGStreamer.cpp: (WebCore::ImageDecoderGStreamer::InnerDecoder::handleMessage): (WebCore::ImageDecoderGStreamer::InnerDecoder::preparePipeline): * platform/graphics/gstreamer/ImageDecoderGStreamer.h: LayoutTests: * platform/glib/TestExpectations: Update tests expectations. * platform/gtk/TestExpectations: Ditto. Canonical link: https://commits.webkit.org/236173@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275516 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
0473762
commit 5f6e80a5e0077df752220390f9ef620368b1a50f
Showing
6 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters