mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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
This commit is contained in:
parent
ee300b6c33
commit
75d36b990d
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue