[352/906] fix typo
authorJan Schmidt <thaytan@noraisin.net>
Fri, 12 Jun 2009 10:33:02 +0000 (11:33 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:22 +0000 (19:31 +0000)
Change GST_GL_DISPLAY_PROJECTION_PERSPECIVE to
GST_GL_DISPLAY_PROJECTION_PERSPECTIVE.

Re-indent a couple of files that needed it.

gst-libs/gst/gl/gstgldisplay.c
gst-libs/gst/gl/gstgldisplay.h

index c820b2f..c0aae87 100644 (file)
@@ -533,7 +533,7 @@ gst_gl_display_thread_create_context (GstGLDisplay * display)
 
   display->gl_window =
       gst_gl_window_new (display->upload_width, display->upload_height,
-          display->external_gl_context);
+      display->external_gl_context);
 
   if (!display->gl_window) {
     display->isAlive = FALSE;
@@ -1601,7 +1601,7 @@ gst_gl_display_thread_use_fbo (GstGLDisplay * display)
       gluOrtho2D (display->use_fbo_proj_param1, display->use_fbo_proj_param2,
           display->use_fbo_proj_param3, display->use_fbo_proj_param4);
       break;
-    case GST_GL_DISPLAY_PROJECTION_PERSPECIVE:
+    case GST_GL_DISPLAY_PROJECTION_PERSPECTIVE:
       gluPerspective (display->use_fbo_proj_param1,
           display->use_fbo_proj_param2, display->use_fbo_proj_param3,
           display->use_fbo_proj_param4);
index f737e8b..738c6f3 100644 (file)
@@ -55,7 +55,7 @@ typedef enum
 typedef enum
 {
   GST_GL_DISPLAY_PROJECTION_ORTHO2D,
-  GST_GL_DISPLAY_PROJECTION_PERSPECIVE
+  GST_GL_DISPLAY_PROJECTION_PERSPECTIVE
 } GstGLDisplayProjection;
 
 //Texture pool elements