diff options
Diffstat (limited to 'graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h')
-rw-r--r-- | graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h b/graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h new file mode 100644 index 000000000000..7ef81fcac242 --- /dev/null +++ b/graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h @@ -0,0 +1,11 @@ +--- gst-libs/gst/gl/gstglcontext.h.orig 2018-12-05 14:06:09 UTC ++++ gst-libs/gst/gl/gstglcontext.h +@@ -98,7 +98,7 @@ struct _GstGLContext { + GstGLWindow *window; + + /*< public >*/ +- GstGLFuncs *gl_vtable; ++ struct _GstGLFuncs *gl_vtable; + + /*< private >*/ + GstGLContextPrivate *priv; |