gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXT
Continued from 296b4251e3042fe95a9cce1ad7674b708ba92599
This commit is contained in:
parent
a4a8ef5507
commit
ee49afed97
@ -33,7 +33,7 @@ GType gst_gl_context_get_type (void);
|
||||
|
||||
/* FIXME: remove this when moving to -base */
|
||||
#ifndef GST_DISABLE_DEPRECATED
|
||||
#define GST_TYPE_GL_CONTEXT GST_TYPE_GL_CONTEXT
|
||||
#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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user