[Bug 780948] pluginutils.c assumes GST_GL_HAVE_WINDOW_* are defined

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 5 18:33:54 UTC 2017


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

--- Comment #1 from Scott D Phillips <scott.d.phillips at intel.com> ---
Created attachment 349317
  --> https://bugzilla.gnome.org/attachment.cgi?id=349317&action=edit
[PATCH] plugins: Fix usage of GST_GL_HAVE_WINDOW_* defines

When these definitions are false, they are undef in the
preprocessor, not a defined value of 0. When they are unset the
compile fails with:

 'GST_GL_HAVE_WINDOW_WAYLAND' undeclared (first use in this function)

-- 
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