mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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);
|
GST_ERROR ("Failed to make complete framebuffer object %x", status);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
glBindRenderbuffer (GL_RENDERBUFFER, 0);
|
||||||
glBindFramebuffer (GL_FRAMEBUFFER, 0);
|
glBindFramebuffer (GL_FRAMEBUFFER, 0);
|
||||||
|
|
||||||
priv->eagl_layer = eagl_layer;
|
priv->eagl_layer = eagl_layer;
|
||||||
|
|
Loading…
Reference in a new issue