From 2460277e2ef40bd43ca1b71559f4dc5548db95a4 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Tue, 10 Mar 2020 13:34:24 +0000 Subject: [PATCH] Fix opengl.md typo --- markdown/additional/design/opengl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/additional/design/opengl.md b/markdown/additional/design/opengl.md index 6a79cfbc77..b5ce78a50d 100644 --- a/markdown/additional/design/opengl.md +++ b/markdown/additional/design/opengl.md @@ -203,7 +203,7 @@ frame in an OpenGL texture. ### `GstGLBuffer` -`GstGLMemory` is a `GstMemory` subclass that holds data stored in an OpenGL +`GstGLBuffer` is a `GstMemory` subclass that holds data stored in an OpenGL buffer object. ### Automatic Transfers To/From The GPU