eglglessink: Remove stale comment
This commit is contained in:
parent
1c008e95b3
commit
f8b69a7c7f
@ -1561,10 +1561,7 @@ gst_eglglessink_render_and_display (GstEglGlesSink * eglglessink,
|
||||
goto HANDLE_ERROR;
|
||||
|
||||
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);
|
||||
if (got_gl_error ("glDrawElements"))
|
||||
goto HANDLE_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user