mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[840/906] glvideomixer: Use correct coordinates after the switch from GL_TEXTURE_RECTANGLE to GL_TEXTURE_2D
https://bugzilla.gnome.org/show_bug.cgi?id=720177
This commit is contained in:
parent
7a689108d9
commit
665d58b322
1 changed files with 3 additions and 3 deletions
|
@ -255,11 +255,11 @@ gst_gl_video_mixer_callback (gpointer stuff)
|
|||
-1.0, -1.0, -1.0f,
|
||||
0.0f, 0.0f,
|
||||
1.0, -1.0, -1.0f,
|
||||
in_width, 0.0f,
|
||||
1.0f, 0.0f,
|
||||
1.0, 1.0, -1.0f,
|
||||
in_width, in_height,
|
||||
1.0f, 1.0f,
|
||||
-1.0, 1.0, -1.0f,
|
||||
0.0f, in_height,
|
||||
0.0f, 1.0f,
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
||||
|
|
Loading…
Reference in a new issue