summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2012-09-17 10:30:01 +1000
committerSebastian Dröge <slomo@circular-chaos.org>2013-06-29 10:06:38 +0200
commit51ed7ce85461aacf43a53150203dcd86ced2f9e4 (patch)
tree7c245ad324e7c03796b164e9813139821c8b0fc5 /docs
parent15125f391d53520eb46dc2acd35c3365c0da3441 (diff)
remove uneeded GstGLMeta (use GstVideoMeta)
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-gl-libs.types7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/libs/gst-plugins-gl-libs.types b/docs/libs/gst-plugins-gl-libs.types
index 053e8af..42a62f1 100644
--- a/docs/libs/gst-plugins-gl-libs.types
+++ b/docs/libs/gst-plugins-gl-libs.types
@@ -1,14 +1,17 @@
#include "../../config.h"
#include "gstgldisplay.h"
-#include "gstglmeta.h"
#include "gstglfilter.h"
#include "gstglshader.h"
#include "gstglmixer.h"
#include "gstglbufferpool.h"
#include "gstglmemory.h"
#include "gstglwindow.h"
+#include "gstglupload.h"
+#include "gstgldownload.h"
-gst_gl_meta_api_get_type
+
+gst_gl_upload_get_type
+gst_gl_download_get_type
gst_gl_display_get_type
gst_gl_filter_get_type
gst_gl_shader_get_type