[Bug 738816] gl: gst-plugins-bad won't build without --with-opengl=yes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 20 00:31:34 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738816
  GStreamer | gst-plugins-bad | git

--- Comment #3 from Brendan Long <self at brendanlong.com> 2014-10-20 07:31:32 UTC ---
gstgl_gles2compat.h doesn't define GLuint or any of the other similar types.
This is the entire file:

#ifndef __GST_GL_ES2__
#define __GST_GL_ES2__

#include <glib.h>

G_BEGIN_DECLS

/* SUPPORTED */
//FIXME:
#define GL_RGB16 GL_RGB565
#define GL_RGB8 GL_RGB
#define GL_RGBA8 GL_RGBA
//END FIXME

/* UNSUPPORTED */

#define GL_COLOR_ATTACHMENT1 0
#define GL_COLOR_ATTACHMENT2 0
#ifndef GL_TEXTURE_ENV
#define GL_TEXTURE_ENV 0
#endif
#ifndef GL_TEXTURE_ENV_MODE
#define GL_TEXTURE_ENV_MODE 0
#endif
#define GL_DEPTH24_STENCIL8 0

G_END_DECLS

#endif

(git master, 88b19bcf997b0f396737af5b5fc2fd9a3a9957eb)

I tried git grep -e '\(typedef\|#define\) \+GLuint' and didn't get any results.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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