mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
glcontext: remove deprecated type alias
Now for real without un-needed comments...
This commit is contained in:
parent
32a17f3134
commit
c8b99139b1
1 changed files with 0 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue