aboutsummaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gl.h')
-rw-r--r--gst-libs/gst/gl/gl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gl.h b/gst-libs/gst/gl/gl.h
index 32cf5fd6..4aee9c9e 100644
--- a/gst-libs/gst/gl/gl.h
+++ b/gst-libs/gst/gl/gl.h
@@ -21,6 +21,11 @@
#ifndef __GST_GL_H__
#define __GST_GL_H__
+#ifndef GST_USE_UNSTABLE_API
+#warning "The GL library from gst-plugins-bad is unstable API and may change in future."
+#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
+#endif
+
#include <gst/gl/gstgl_fwd.h>
#include <gst/gl/gstglconfig.h>
#include <gst/gl/gstglapi.h>
@@ -32,6 +37,7 @@
#include <gst/gl/gstglshader.h>
#include <gst/gl/gstglcolorconvert.h>
#include <gst/gl/gstglupload.h>
+#include <gst/gl/gstgluploadmeta.h>
#include <gst/gl/gstgldownload.h>
#include <gst/gl/gstglmemory.h>
#include <gst/gl/gstglbufferpool.h>