From: Jan Schmidt Date: Fri, 12 Jun 2009 10:33:02 +0000 (+0100) Subject: [352/906] fix typo X-Git-Tag: 1.19.3~511^2~1989^2~2022 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fbe0f0a980c24b425189ed1156ddb845faa6515;p=platform%2Fupstream%2Fgstreamer.git [352/906] fix typo Change GST_GL_DISPLAY_PROJECTION_PERSPECIVE to GST_GL_DISPLAY_PROJECTION_PERSPECTIVE. Re-indent a couple of files that needed it. --- diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index c820b2f..c0aae87 100644 --- a/gst-libs/gst/gl/gstgldisplay.c +++ b/gst-libs/gst/gl/gstgldisplay.c @@ -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); diff --git a/gst-libs/gst/gl/gstgldisplay.h b/gst-libs/gst/gl/gstgldisplay.h index f737e8b..738c6f3 100644 --- a/gst-libs/gst/gl/gstgldisplay.h +++ b/gst-libs/gst/gl/gstgldisplay.h @@ -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