mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl: fix typo in #if
GST_GL_API_HAVE_OPENGL doesn't exist
This commit is contained in:
parent
3be1edc634
commit
83b6572928
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ gst_gl_colorscale_callback (gint width, gint height, guint texture,
|
|||
{
|
||||
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) {
|
||||
const GstGLFuncs *gl = filter->context->gl_vtable;
|
||||
|
||||
|
|
Loading…
Reference in a new issue