[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:
Wang Xin-yu (王昕宇) 2013-12-14 19:12:09 +01:00 committed by Matthew Waters
parent 7a689108d9
commit 665d58b322

View file

@ -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* */