mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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
720ba932c9
commit
b658f04d6c
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