Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a54a65e353b9540d44a1c8ed435baec184186d9
https://github.com/WebKit/WebKit/commit/1a54a65e353b9540d44a1c8ed435baec184186d9
Author: Philippe Normand <[email protected]>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
M Source/WebCore/platform/gstreamer/GStreamerQuirkBcmNexus.cpp
M Source/WebCore/platform/gstreamer/GStreamerQuirkBcmNexus.h
M Source/WebCore/platform/gstreamer/GStreamerQuirkOpenMAX.cpp
M Source/WebCore/platform/gstreamer/GStreamerQuirkOpenMAX.h
M Source/WebCore/platform/gstreamer/GStreamerQuirks.cpp
M Source/WebCore/platform/gstreamer/GStreamerQuirks.h
Log Message:
-----------
[GStreamer] Simplify quirks loading logic
https://bugs.webkit.org/show_bug.cgi?id=305761
Reviewed by Xabier Rodriguez-Calvar.
This patch add support for automatic GStreamer quirks loading if the
WEBKIT_GST_QUIRKS envrionment
variable has not been set. It is now mandatory to implement
GStreamerQuirk::isPlatformSupported(),
only the OpenMAX and BcmNexus were missing an implementation.
* Source/WebCore/platform/gstreamer/GStreamerQuirkBcmNexus.cpp:
(WebCore::GStreamerQuirkBcmNexus::isPlatformSupported const):
* Source/WebCore/platform/gstreamer/GStreamerQuirkBcmNexus.h:
* Source/WebCore/platform/gstreamer/GStreamerQuirkOpenMAX.cpp:
(WebCore::GStreamerQuirkOpenMAX::isPlatformSupported const):
* Source/WebCore/platform/gstreamer/GStreamerQuirkOpenMAX.h:
* Source/WebCore/platform/gstreamer/GStreamerQuirks.cpp:
(WebCore::GStreamerQuirksManager::GStreamerQuirksManager):
(WebCore::GStreamerQuirksManager::configureElement):
* Source/WebCore/platform/gstreamer/GStreamerQuirks.h:
(WebCore::GStreamerQuirk::isPlatformSupported const): Deleted.
Canonical link: https://commits.webkit.org/306067@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications