Skip to content

Commit 1582447

Browse files
committed
wpe-simple-launcher: Define WEBKIT_GST_DISABLE_GL_SINK=1
This change disables the GL sink in the WebKit GStreamer pipeline fixing the performance for RPI5. Change-Type: minor
1 parent 17da2a1 commit 1582447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-browser/wpe-simple-launcher/wpe-simple-launcher/wpe-exported-wayland

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ CTL_FILE="/tmp/wpe-exported-wayland"
2121
export WEBKIT_GST_DMABUF_SINK_ENABLED=1
2222
export WEBKIT_GST_DMABUF_SINK_DISABLED=false
2323

24+
export WEBKIT_GST_DISABLE_GL_SINK=1
25+
2426
# Ensure Wayland and XDG runtime environment variables are propagated
2527
WAYLAND_DISPLAY=$(strings < "/proc/$(pidof weston-keyboard)/environ" | grep WAYLAND_DISPLAY)
2628
XDG_RUNTIME_DIR=$(strings < "/proc/$(pidof weston-keyboard)/environ" | grep XDG_RUNTIME_DIR)

0 commit comments

Comments
 (0)