mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXT
Continued from 296b4251e3
This commit is contained in:
parent
a4a8ef5507
commit
ee49afed97
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue