mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gloverlay: fix zero output frames with YUY2/UYVY
also, be nice and disable blending for other elements
This commit is contained in:
parent
0e89ab4c91
commit
7d99c66ca5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue