From f5ac0a784d3f9c803cf396c07b1663bfa595635f Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 12 Jun 2009 11:33:02 +0100 Subject: [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. --- gst-libs/gst/gl/gstgldisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst/gl/gstgldisplay.h') diff --git a/gst-libs/gst/gl/gstgldisplay.h b/gst-libs/gst/gl/gstgldisplay.h index f737e8b93..738c6f3e7 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 -- cgit v1.2.1