mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
gl/eagl: Also unbind renderbuffer after setting up framebuffer
https://bugzilla.gnome.org/show_bug.cgi?id=754757
This commit is contained in:
parent
ae721c54c2
commit
cd326adacc
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ gst_gl_context_eagl_update_layer (GstGLContext * context)
|
|||
GST_ERROR ("Failed to make complete framebuffer object %x", status);
|
||||
goto out;
|
||||
}
|
||||
glBindRenderbuffer (GL_RENDERBUFFER, 0);
|
||||
glBindFramebuffer (GL_FRAMEBUFFER, 0);
|
||||
|
||||
priv->eagl_layer = eagl_layer;
|
||||
|
|
Loading…
Reference in a new issue