We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd364c5 commit 4f4aa80Copy full SHA for 4f4aa80
recipes-browser/wpe-simple-launcher/wpe-simple-launcher/wpe-exported-wayland
@@ -18,7 +18,11 @@ CTL_FILE="/tmp/wpe-exported-wayland"
18
# WebKitDMABufVideoSink sink that is able to accept decode
19
# dmabuf or raw data in a range of RGB-like or YUV formats.
20
# Bug: https://bugs.webkit.org/show_bug.cgi?id=279819
21
-export WEBKIT_GST_DMABUF_SINK_ENABLED=1
+#
22
+# Apply workaround only if running on raspberrypi5
23
+if [ "$(hostname)" = "raspberrypi5" ]; then
24
+ export WEBKIT_GST_DMABUF_SINK_ENABLED=1
25
+fi
26
27
# Regression in 2.48.X since
28
# [GStreamer] Add support for DMA-BUF to GL video sink
0 commit comments