mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
[488/906] libvisual-gl: full compatibility with projectM-libvisual if libprojectM >= 2.0.1
Fix bug #310775
This commit is contained in:
parent
74526865c6
commit
ef87b0e70d
1 changed files with 1 additions and 0 deletions
|
@ -3240,6 +3240,7 @@ gst_gl_display_thread_do_download_draw_rgb (GstGLDisplay * display)
|
|||
gpointer data = display->download_data;
|
||||
|
||||
#ifndef OPENGL_ES2
|
||||
glUseProgramObjectARB (0);
|
||||
glEnable (GL_TEXTURE_RECTANGLE_ARB);
|
||||
glBindTexture (GL_TEXTURE_RECTANGLE_ARB, display->ouput_texture);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue