summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-11-23 15:57:05 +1100
committerMatthew Waters <matthew@centricular.com>2016-11-23 15:57:05 +1100
commit7ab4abb3abe59f426db7d07a49151cbad783270d (patch)
tree19185f942ab700f4e3bfdbce12eec8cb8e4c44ad /gst-libs
parent75d36b990d30f39ed4604d7fab56128cba23300b (diff)
downloadgstreamer-plugins-bad-7ab4abb3abe59f426db7d07a49151cbad783270d.tar.gz
gl: add necessary context_egl.h #includes to the source files
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/egl/gstglmemoryegl.c1
-rw-r--r--gst-libs/gst/gl/gstglupload.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/egl/gstglmemoryegl.c b/gst-libs/gst/gl/egl/gstglmemoryegl.c
index fd7d25c60..8c23122bf 100644
--- a/gst-libs/gst/gl/egl/gstglmemoryegl.c
+++ b/gst-libs/gst/gl/egl/gstglmemoryegl.c
@@ -38,6 +38,7 @@
#include <string.h>
#include <gst/gl/egl/gstglmemoryegl.h>
+#include <gst/gl/egl/gstglcontext_egl.h>
static GstAllocator *_gl_memory_egl_allocator;
diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c
index d147cb311..e69ae2f06 100644
--- a/gst-libs/gst/gl/gstglupload.c
+++ b/gst-libs/gst/gl/gstglupload.c
@@ -29,6 +29,7 @@
#if GST_GL_HAVE_PLATFORM_EGL
#include "egl/gstglmemoryegl.h"
+#include "egl/gstglcontext_egl.h"
#endif
#if GST_GL_HAVE_DMABUF