View | Details | Raw Unified | Return to bug 233788 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-gst-libs_gst_gl_gstgl__fwd.h (+11 lines)
Line 0 Link Here
1
--- gst-libs/gst/gl/gstgl_fwd.h.orig	2018-12-05 14:04:58 UTC
2
+++ gst-libs/gst/gl/gstgl_fwd.h
3
@@ -102,7 +102,7 @@ typedef struct _GstGLOverlayCompositorClass GstGLOverl
4
 
5
 typedef struct _GstGLQuery GstGLQuery;
6
 
7
-typedef struct _GstGLFuncs GstGLFuncs;
8
+//typedef struct _GstGLFuncs GstGLFuncs;
9
 
10
 typedef struct _GstGLAsyncDebug GstGLAsyncDebug;
11
 
(-)files/patch-gst-libs_gst_gl_gstglcontext.h (+11 lines)
Line 0 Link Here
1
--- gst-libs/gst/gl/gstglcontext.h.orig	2018-12-05 14:06:09 UTC
2
+++ gst-libs/gst/gl/gstglcontext.h
3
@@ -98,7 +98,7 @@ struct _GstGLContext {
4
   GstGLWindow  *window;
5
 
6
   /*< public >*/
7
-  GstGLFuncs *gl_vtable;
8
+  struct _GstGLFuncs *gl_vtable;
9
 
10
   /*< private >*/
11
   GstGLContextPrivate *priv;
(-)files/patch-gst-libs_gst_gl_gstgldebug.h (+11 lines)
Line 0 Link Here
1
--- gst-libs/gst/gl/gstgldebug.h.orig	2018-12-04 14:57:39 UTC
2
+++ gst-libs/gst/gl/gstgldebug.h
3
@@ -25,8 +25,6 @@
4
 
5
 G_BEGIN_DECLS
6
 
7
-typedef struct _GstGLAsyncDebug GstGLAsyncDebug;
8
-
9
 typedef gchar * (*GstGLAsyncDebugLogGetMessage) (gpointer user_data);
10
 
11
 /**

Return to bug 233788