glcontext: remove deprecated type alias

Now for real without un-needed comments...
This commit is contained in:
Philippe Normand 2018-02-06 16:13:07 +00:00
parent 32a17f3134
commit c8b99139b1

View file

@ -31,10 +31,6 @@ GST_EXPORT
GType gst_gl_context_get_type (void);
#define GST_TYPE_GL_CONTEXT (gst_gl_context_get_type())
/* FIXME: remove this when moving to -base */
/* #ifndef GST_DISABLE_DEPRECATED */
/* #define GST_GL_TYPE_CONTEXT GST_TYPE_GL_CONTEXT */
/* #endif */
#define GST_GL_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_CONTEXT, GstGLContext))
#define GST_GL_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GST_TYPE_GL_CONTEXT, GstGLContextClass))
#define GST_IS_GL_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GST_TYPE_GL_CONTEXT))