gl: fix build
authorTim-Philipp Müller <tim@centricular.com>
Mon, 14 Aug 2017 11:12:34 +0000 (12:12 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:29 +0000 (19:32 +0000)
Include private headers for parent class debug categories.

gst-libs/gst/gl/android/gstglwindow_android_egl.c
gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c
gst-libs/gst/gl/eagl/gstglcontext_eagl.m
gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c
gst-libs/gst/gl/win32/gstglcontext_wgl.c

index 2f4d80a..68c1c94 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <gst/gl/egl/gstglcontext_egl.h>
 #include "gstglwindow_android_egl.h"
+#include "../gstglwindow_private.h"
 
 #define GST_CAT_DEFAULT gst_gl_window_debug
 
index d88db23..7b10b4d 100644 (file)
@@ -28,6 +28,7 @@
 #include <gst/gl/gstglcontext.h>
 
 #include "gstglwindow_dispmanx_egl.h"
+#include "../gstglwindow_private.h"
 
 
 #ifndef ELEMENT_CHANGE_LAYER
index 412e9ce..392eeee 100644 (file)
@@ -28,6 +28,7 @@
 #include <OpenGLES/ES2/gl.h>
 
 #include "gstglcontext_eagl.h"
+#include "../gstglcontext_private.h"
 
 #define GST_CAT_DEFAULT gst_gl_context_debug
 
index 621c90a..42a933f 100644 (file)
@@ -25,6 +25,7 @@
 #include <gst/gl/gstglcontext.h>
 
 #include "gstglwindow_viv_fb_egl.h"
+#include "../gstglwindow_private.h"
 
 #define GST_CAT_DEFAULT gst_gl_window_debug
 
index 91cea8f..0c745ad 100644 (file)
@@ -32,6 +32,7 @@
 #include <GL/wglext.h>
 
 #include "../utils/opengl_versions.h"
+#include "../gstglcontext_private.h"
 
 struct _GstGLContextWGLPrivate
 {