gl: let the user includes itself our egl headers if needed

Forgot to address this change.

https://bugzilla.gnome.org/show_bug.cgi?id=703343
This commit is contained in:
Julien Isorce 2014-03-26 19:17:03 +00:00 committed by Tim-Philipp Müller
parent c2471aec81
commit 6614df6478
3 changed files with 8 additions and 5 deletions

View file

@ -87,6 +87,10 @@
#include "gstglimagesink.h"
#if GST_GL_HAVE_PLATFORM_EGL
#include <gst/gl/egl/gsteglimagememory.h>
#endif
GST_DEBUG_CATEGORY (gst_debug_glimage_sink);
#define GST_CAT_DEFAULT gst_debug_glimage_sink

View file

@ -39,9 +39,4 @@
#include <gst/gl/gstglmixer.h>
#include <gst/gl/gstglshadervariables.h>
#if GST_GL_HAVE_PLATFORM_EGL
#include <gst/gl/egl/gstgldisplay_egl.h>
#include <gst/gl/egl/gsteglimagememory.h>
#endif
#endif /* __GST_GL_H__ */

View file

@ -26,6 +26,10 @@
#include "gstglfilter.h"
#if GST_GL_HAVE_PLATFORM_EGL
#include "egl/gsteglimagememory.h"
#endif
#define GST_CAT_DEFAULT gst_gl_filter_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);