[153/906] Try to genereate textures within gstglfilterblur to see if the new thread_u...
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Mon, 11 Aug 2008 18:12:02 +0000 (20:12 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:18 +0000 (19:31 +0000)
gst-libs/gst/gl/gstgldisplay.c

index b06402c..2c31a5e 100644 (file)
@@ -2448,7 +2448,7 @@ gst_gl_display_thread_do_upload_draw (GstGLDisplay *display)
 {
   glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, display->upload_fbo);
 
-  /* no more needed? upload_uptex should already be in the pool */
+  /* no more needed? upload_outtex should already be in the pool */
   /* glBindTexture(GL_TEXTURE_RECTANGLE_ARB, display->upload_outtex); */
   /* glTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 0, GL_RGBA8, */
   /*          display->upload_width, display->upload_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL); */