diff options
Diffstat (limited to 'sys/glsink/gltestsrc.c')
-rw-r--r-- | sys/glsink/gltestsrc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/glsink/gltestsrc.c b/sys/glsink/gltestsrc.c index c6e79617..05750f73 100644 --- a/sys/glsink/gltestsrc.c +++ b/sys/glsink/gltestsrc.c @@ -91,6 +91,9 @@ gst_gl_test_src_smpte (GstGLTestSrc * v, GstGLBuffer * buffer, int w, int h) glClearColor (0.0, 0.0, 0.0, 1.0); glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); + glDisable (GL_CULL_FACE); + glDisable (GL_TEXTURE_RECTANGLE_ARB); + glMatrixMode (GL_PROJECTION); glLoadIdentity (); |