Skip to content

glframebuffer: Remove spurious FramebufferBind

Nicolas Dufresne requested to merge ndufresne/gst-plugins-base:gl-cleanup into master

(had this branch around for a while, thought why not to submit ;-P)

This was noticed through apitrace, we endup binding the same framebuffer multiple times. Binding the framebuffer inside _attach make little sense since there might be multiple attach calls per fbo.

cc @ystreet

Merge request reports