[Bug 782212] elements get blacklisted when DISPLAY variable is not set

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 10 14:49:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782212

--- Comment #1 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
The problem is gst_vaapi_display_create_unlocked (): it tries to extract the
display size when the instantiated display is X11, but if the system is
headless, there is no display to query.

We have to options here:

1\ Follow the proposed patch and use only the DRM, though some drivers might no
support DRM
2\ Refactor the code and avoid the display query when creating the display.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list