Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a8e8ac33b29802c9e5b8bac1f925425556e1f158
https://github.com/WebKit/WebKit/commit/a8e8ac33b29802c9e5b8bac1f925425556e1f158
Author: Enrique Ocaña González <[email protected]>
Date: 2026-03-18 (Wed, 18 Mar 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp
Log Message:
-----------
[GStreamer] Respect video decoding limits in MediaCapabilites queries
https://bugs.webkit.org/show_bug.cgi?id=310192
Reviewed by Xabier Rodriguez-Calvar.
The video decoding limits were only had into account in
supportsFeatures() so far. They should also be enforced by the
GStreamerRegistryScanner in isConfigurationSupported() as well.
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1639
This change checks the limits from isConfigurationSupported(), so it's
enforced from MediaCapabilities queries.
Original author: Andrzej Surdej (https://github.com/asurdej-comcast)
* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:
(WebCore::GStreamerRegistryScanner::isConfigurationSupported const): Check the
video decoding limits.
Canonical link: https://commits.webkit.org/309507@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications