gl: fix typo in #if
GST_GL_API_HAVE_OPENGL doesn't exist
This commit is contained in:
parent
57898fec2a
commit
820162f84c
@ -210,7 +210,7 @@ gst_gl_colorscale_callback (gint width, gint height, guint texture,
|
|||||||
{
|
{
|
||||||
GstGLFilter *filter = GST_GL_FILTER (stuff);
|
GstGLFilter *filter = GST_GL_FILTER (stuff);
|
||||||
|
|
||||||
#if GST_GL_API_HAVE_OPENGL
|
#if GST_GL_HAVE_OPENGL
|
||||||
if (gst_gl_context_get_gl_api (filter->context) & GST_GL_API_OPENGL) {
|
if (gst_gl_context_get_gl_api (filter->context) & GST_GL_API_OPENGL) {
|
||||||
const GstGLFuncs *gl = filter->context->gl_vtable;
|
const GstGLFuncs *gl = filter->context->gl_vtable;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user