[webkit-changes] [WebKit/WebKit] 6c2789: [GStreamer] ElementHarness: Remove custom sink que...
Philippe Normand
noreply at github.com
Tue Jan 31 01:57:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c278916f3e19248631b8d9a3f9807208ea0d65f
https://github.com/WebKit/WebKit/commit/6c278916f3e19248631b8d9a3f9807208ea0d65f
Author: Philippe Normand <philn at igalia.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp
M Source/WebCore/platform/gstreamer/GStreamerElementHarness.h
Log Message:
-----------
[GStreamer] ElementHarness: Remove custom sink query handler
https://bugs.webkit.org/show_bug.cgi?id=251363
Reviewed by Xabier Rodriguez-Calvar.
In cases where the harnessed element reconfigures a source pad, the associated sink pad caps
need re-negotiation and it's better to let the default pad query handler do it.
* Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp:
(WebCore::GStreamerElementHarness::Stream::Stream):
(WebCore::GStreamerElementHarness::Stream::sinkQuery): Deleted.
* Source/WebCore/platform/gstreamer/GStreamerElementHarness.h:
Canonical link: https://commits.webkit.org/259619@main
More information about the webkit-changes
mailing list