summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-11-23 13:32:38 +1100
committerMatthew Waters <matthew@centricular.com>2016-11-23 13:36:45 +1100
commit75d36b990d30f39ed4604d7fab56128cba23300b (patch)
tree7aa569a0fc68d6ac3cb17e0d155996efaeeb02fc /gst-libs
parentee300b6c33eaefb8efa3107ddad5f752a9700c64 (diff)
downloadgstreamer-plugins-bad-75d36b990d30f39ed4604d7fab56128cba23300b.tar.gz
gl/memoryegl: remove access to private header gstglcontext_egl.h
It's been removed and thus compiling anything against GstGLMemoryEGL would error with: In file included from gstomxvideodec.c:41:0: usr/include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h:32:41: fatal error: gst/gl/egl/gstglcontext_egl.h: No such file or directory #include <gst/gl/egl/gstglcontext_egl.h> ^ https://bugzilla.gnome.org/show_bug.cgi?id=774886
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/egl/gstglmemoryegl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/egl/gstglmemoryegl.h b/gst-libs/gst/gl/egl/gstglmemoryegl.h
index fa37d4e8d..78f962a78 100644
--- a/gst-libs/gst/gl/egl/gstglmemoryegl.h
+++ b/gst-libs/gst/gl/egl/gstglmemoryegl.h
@@ -29,7 +29,6 @@
#include <gst/video/video.h>
#include <gst/gl/gl.h>
-#include <gst/gl/egl/gstglcontext_egl.h>
#include <gst/gl/egl/gsteglimage.h>
#include <gst/gl/gstglmemory.h>