From ddf755b75d031767f7348fcdd3513f44edbd1178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 14 Aug 2017 12:12:34 +0100 Subject: [PATCH] gl: fix build Include private headers for parent class debug categories. --- gst-libs/gst/gl/android/gstglwindow_android_egl.c | 1 + gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c | 1 + gst-libs/gst/gl/eagl/gstglcontext_eagl.m | 1 + gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c | 1 + gst-libs/gst/gl/win32/gstglcontext_wgl.c | 1 + 5 files changed, 5 insertions(+) diff --git a/gst-libs/gst/gl/android/gstglwindow_android_egl.c b/gst-libs/gst/gl/android/gstglwindow_android_egl.c index 2f4d80aff4..68c1c9403c 100644 --- a/gst-libs/gst/gl/android/gstglwindow_android_egl.c +++ b/gst-libs/gst/gl/android/gstglwindow_android_egl.c @@ -32,6 +32,7 @@ #include #include "gstglwindow_android_egl.h" +#include "../gstglwindow_private.h" #define GST_CAT_DEFAULT gst_gl_window_debug diff --git a/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c b/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c index d88db2363e..7b10b4d016 100644 --- a/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c +++ b/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c @@ -28,6 +28,7 @@ #include #include "gstglwindow_dispmanx_egl.h" +#include "../gstglwindow_private.h" #ifndef ELEMENT_CHANGE_LAYER diff --git a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m index 412e9ce10b..392eeee497 100644 --- a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m +++ b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m @@ -28,6 +28,7 @@ #include #include "gstglcontext_eagl.h" +#include "../gstglcontext_private.h" #define GST_CAT_DEFAULT gst_gl_context_debug diff --git a/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c b/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c index 621c90acc8..42a933fb6b 100644 --- a/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c +++ b/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c @@ -25,6 +25,7 @@ #include #include "gstglwindow_viv_fb_egl.h" +#include "../gstglwindow_private.h" #define GST_CAT_DEFAULT gst_gl_window_debug diff --git a/gst-libs/gst/gl/win32/gstglcontext_wgl.c b/gst-libs/gst/gl/win32/gstglcontext_wgl.c index 91cea8fed7..0c745adc56 100644 --- a/gst-libs/gst/gl/win32/gstglcontext_wgl.c +++ b/gst-libs/gst/gl/win32/gstglcontext_wgl.c @@ -32,6 +32,7 @@ #include #include "../utils/opengl_versions.h" +#include "../gstglcontext_private.h" struct _GstGLContextWGLPrivate {