mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
gltestsrc: gltestsrc.h already defines GstGLTestSrc
And redefinition is not allowed. https://bugzilla.gnome.org/show_bug.cgi?id=766973
This commit is contained in:
parent
57acec4b1c
commit
61120b8c86
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ G_BEGIN_DECLS
|
|||
#define GST_IS_GL_TEST_SRC_CLASS(klass) \
|
||||
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_GL_TEST_SRC))
|
||||
|
||||
typedef struct _GstGLTestSrc GstGLTestSrc;
|
||||
typedef struct _GstGLTestSrcClass GstGLTestSrcClass;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue