gl: Remove duplicate typedef of GstGLFramebufferClass
The GstGLFramebufferClass struct is typedeffed in gstgl_fwd.h, and having a duplicate elsewhere is breaking the cerbero build on my OSX machine, even though it seems to be working in CI.
This commit is contained in:
parent
36edda5797
commit
b8f37d1074
@ -35,7 +35,6 @@ GType gst_gl_framebuffer_get_type (void);
|
||||
#define GST_IS_GL_FRAMEBUFFER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GST_TYPE_GL_FRAMEBUFFER))
|
||||
#define GST_GL_FRAMEBUFFER_CAST(obj) ((GstGLFramebuffer*)(obj))
|
||||
|
||||
typedef struct _GstGLFramebufferClass GstGLFramebufferClass;
|
||||
typedef struct _GstGLFramebufferPrivate GstGLFramebufferPrivate;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user