Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6ab4390e676dfb868016a674f02dc631faf631b3
https://github.com/WebKit/WebKit/commit/6ab4390e676dfb868016a674f02dc631faf631b3
Author: Philippe Normand <[email protected]>
Date: 2026-01-25 (Sun, 25 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h
Log Message:
-----------
[GTK] error: call to 'gst_check_version' is ambiguous
https://bugs.webkit.org/show_bug.cgi?id=306129
Reviewed by Adrian Perez de Castro.
Remove the GST_CHECK_VERSION_FULL macro which would evaluate the check for
1.27.2.1 to false on a
host with 1.27.90 installed. We can check for 1.27.90 directly instead.
* Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp:
* Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h:
Canonical link: https://commits.webkit.org/306164@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications