gloverlay: fix zero output frames with YUY2/UYVY

also, be nice and disable blending for other elements
This commit is contained in:
Matthew Waters 2014-09-26 22:29:56 +10:00 committed by Tim-Philipp Müller
parent 0e89ab4c91
commit 7d99c66ca5

View file

@ -323,6 +323,7 @@ gst_gl_overlay_load_texture (GstGLOverlay * o, GLuint tex,
}
gst_gl_overlay_draw (o, overlay_image, x, y, width, height);
gl->Disable (GL_BLEND);
}
static void