GNOME Bugzilla – Bug 768929
glimagesink fails to open X11 display when built with --disable-x11
Last modified: 2016-11-15 05:52:12 UTC
I'm building gst-plugins-bad on the Raspberry Pi 3, so I've built it with --disable-x11. However, I'm hitting a run time error. When I run a test pipeline: gst-launch-1.0 videotestsrc ! glimagesink I get the following error: ERROR gldisplay gstgldisplay_wayland.c:120:gst_gl_display_wayland_new: Failed to open X11 display connection with name, '(null)' Looks like something related to X11 is still being used? The null name in there is also suspicious.
I think it's just the debug message that's confusing here: commit c593e0a17ff8a53e41c77fc7c33c0991f7c3399f Author: Tim-Philipp Müller <tim@centricular.com> Date: Mon Jul 18 17:43:23 2016 +0100 gl: wayland: improve debug message when connecting to display And another copy'n'paste-o. https://bugzilla.gnome.org/show_bug.cgi?id=768929 name=NULL means use the default. Do other wayland apps work from that command line? Maybe you need to set WAYLAND_DISPLAY explicitly?