[webkit-changes] [WebKit/WebKit] 6837cf: Cherry-pick 283833 at main (8a57ce995163). https://bu...
Thomas Devoogdt
noreply at github.com
Thu Sep 19 12:32:54 PDT 2024
Branch: refs/heads/webkitglib/2.44
Home: https://github.com/WebKit/WebKit
Commit: 6837cf249f33c48e9a165a0a155072392adf4185
https://github.com/WebKit/WebKit/commit/6837cf249f33c48e9a165a0a155072392adf4185
Author: Philippe Normand <philn at igalia.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/DMABufVideoSinkGStreamer.cpp
M Tools/Scripts/webkitpy/port/glib.py
Log Message:
-----------
Cherry-pick 283833 at main (8a57ce995163). https://bugs.webkit.org/show_bug.cgi?id=279819
[GStreamer][DMABuf] Disable DMABuf video sink by default
https://bugs.webkit.org/show_bug.cgi?id=279819
Reviewed by Xabier Rodriguez-Calvar.
In its current form this sink and the associated rendering logic in the TextureMapper are prone to
memory leaks and increased file descriptors usage. There is a plan to rework this but it was too
late for the 2.46 release.
* Source/WebCore/platform/graphics/gstreamer/DMABufVideoSinkGStreamer.cpp:
(webKitDMABufVideoSinkIsEnabled):
* Tools/Scripts/webkitpy/port/glib.py:
(GLibPort.setup_environ_for_server):
Canonical link: https://commits.webkit.org/283833@main
Canonical link: https://commits.webkit.org/274313.431@webkitglib/2.44
Commit: 927392a88f29a4d63f1be0ad83f817771a91f6a9
https://github.com/WebKit/WebKit/commit/927392a88f29a4d63f1be0ad83f817771a91f6a9
Author: Thomas Devoogdt <thomas at devoogdt.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
M Source/WebKit/WebProcess/WebPage/gtk/WebPrintOperationGtk.cpp
Log Message:
-----------
Cherry-pick 283866 at main (1d0e5ca6393e). https://bugs.webkit.org/show_bug.cgi?id=279905
WebPrintOperationGtk.cpp: check the Cairo features properly
https://bugs.webkit.org/show_bug.cgi?id=279905
Reviewed by Michael Catanzaro.
Cairo might be compiled without e.g. pdf, ps or svg support,
just check that to avoid compile errors at build time.
fatal error: cairo-pdf.h: No such file or directory
43 | #include <cairo-pdf.h>
| ^~~~~~~~~~~~~
Canonical link: https://commits.webkit.org/283866@main
Canonical link: https://commits.webkit.org/274313.432@webkitglib/2.44
Compare: https://github.com/WebKit/WebKit/compare/82bc1d5e439d...927392a88f29
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list