[webkit-changes] [WebKit/WebKit] a83fbf: [GStreamer] GStreamerTest.harnessDecodeMP4Video AP...
Philippe Normand
noreply at github.com
Fri Nov 24 07:41:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a83fbf4f8332513f05cebaac4fc744c80338b542
https://github.com/WebKit/WebKit/commit/a83fbf4f8332513f05cebaac4fc744c80338b542
Author: Philippe Normand <philn at igalia.com>
Date: 2023-11-24 (Fri, 24 Nov 2023)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebCore/gstreamer/GstElementHarness.cpp
Log Message:
-----------
[GStreamer] GStreamerTest.harnessDecodeMP4Video API test is flaky
https://bugs.webkit.org/show_bug.cgi?id=265303
Reviewed by Xabier Rodriguez-Calvar.
multiqueue forwards the flush-stop event before stopping its single queues flushes. The harness
blocks its flush operation until it received flush-stop, so this was a source of flakyness on the
test. To workaround this issue we disable internal buffering on the multiqueue created by
decodebin3.
* Tools/TestWebKitAPI/Tests/WebCore/gstreamer/GstElementHarness.cpp:
(TestWebKitAPI::TEST_F):
Canonical link: https://commits.webkit.org/271098@main
More information about the webkit-changes
mailing list