mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
glutils: remove unused GstGLDisplayProjection
This commit is contained in:
parent
3c1c5e9d83
commit
1ffbc2f1ae
1 changed files with 0 additions and 12 deletions
|
@ -28,18 +28,6 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
|
||||||
* GstGLContextProjection:
|
|
||||||
*
|
|
||||||
* %GST_GL_DISPLAY_PROJECTION_ORTHO2D: Orthogonal projection
|
|
||||||
* %GST_GL_DISPLAY_CONVERSION_MATRIX: Perspective projection
|
|
||||||
*/
|
|
||||||
typedef enum
|
|
||||||
{
|
|
||||||
GST_GL_DISPLAY_PROJECTION_ORTHO2D,
|
|
||||||
GST_GL_DISPLAY_PROJECTION_PERSPECTIVE
|
|
||||||
} GstGLDisplayProjection;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CDCB:
|
* CDCB:
|
||||||
* @texture: texture to draw
|
* @texture: texture to draw
|
||||||
|
|
Loading…
Reference in a new issue