mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
0ae3c984aa
commit
218244a040
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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__ */
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue