Skip to content

glcolorbalance: Error out on unsupported texture target types

There are some GstGLTextureTarget values (GST_GL_TEXTURE_TARGET_NONE, GST_GL_TEXTURE_TARGET_RECTANGLE) not being had into account by the current logic, generating a shader code that doesn't compile. This patch helps to detect those cases.

Merge request reports