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:
Havard Graff 2016-05-28 21:35:37 +02:00 committed by Tim-Philipp Müller
parent 57acec4b1c
commit 61120b8c86

View file

@ -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;
/**