gl/eagl: Also unbind renderbuffer after setting up framebuffer
https://bugzilla.gnome.org/show_bug.cgi?id=754757
This commit is contained in:
parent
c97144b23b
commit
bab55828ae
@ -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…
x
Reference in New Issue
Block a user