mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
eglglessink: Remove stale comment
This commit is contained in:
parent
1c008e95b3
commit
f8b69a7c7f
1 changed files with 1 additions and 4 deletions
|
@ -1561,10 +1561,7 @@ gst_eglglessink_render_and_display (GstEglGlesSink * eglglessink,
|
||||||
goto HANDLE_ERROR;
|
goto HANDLE_ERROR;
|
||||||
|
|
||||||
glViewport (0, 0, w, h);
|
glViewport (0, 0, w, h);
|
||||||
/* Don't really need to clear surface color
|
|
||||||
* glClearColor (0.0, 0.0, 0.0, 0.0);
|
|
||||||
* glClear (GL_COLOR_BUFFER_BIT);
|
|
||||||
*/
|
|
||||||
glDrawElements (GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0);
|
glDrawElements (GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, 0);
|
||||||
if (got_gl_error ("glDrawElements"))
|
if (got_gl_error ("glDrawElements"))
|
||||||
goto HANDLE_ERROR;
|
goto HANDLE_ERROR;
|
||||||
|
|
Loading…
Reference in a new issue