diff options
author | Philippe Normand <philn@igalia.com> | 2018-02-06 16:13:07 +0000 |
---|---|---|
committer | Philippe Normand <philn@igalia.com> | 2018-02-06 16:13:07 +0000 |
commit | c8b99139b1ef3f8891548b0f2607a135917c338e (patch) | |
tree | fcbfc1e9dfe2b856a59c8091d6a38aaad5054aef | |
parent | 32a17f313494cbadaf8ec4e337d742e8d7e1b67b (diff) |
glcontext: remove deprecated type alias
Now for real without un-needed comments...
-rw-r--r-- | gst-libs/gst/gl/gstglcontext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst-libs/gst/gl/gstglcontext.h b/gst-libs/gst/gl/gstglcontext.h index 94c175d45..ab851aee5 100644 --- a/gst-libs/gst/gl/gstglcontext.h +++ b/gst-libs/gst/gl/gstglcontext.h @@ -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)) |