Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4c3e2a4865d080ae74a85e16b5882ccabde11744 https://github.com/WebKit/WebKit/commit/4c3e2a4865d080ae74a85e16b5882ccabde11744 Author: Philippe Normand <ph...@igalia.com> Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths: M Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp M Source/WebCore/platform/gstreamer/GStreamerElementHarness.h Log Message: ----------- [GStreamer] Harness: Support for output stream caps changes https://bugs.webkit.org/show_bug.cgi?id=254332 Reviewed by Xabier Rodriguez-Calvar. The harness was internally caching output stream pad caps but additional caps events were not taken in account. We now clear the cached caps when the pad receives a caps event. * Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp: (WebCore::GStreamerElementHarness::Stream::outputCaps): (WebCore::GStreamerElementHarness::Stream::sinkEvent): * Source/WebCore/platform/gstreamer/GStreamerElementHarness.h: Canonical link: https://commits.webkit.org/262066@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes