Skip to content
Snippets Groups Projects
Commit 1970659f authored by Matthew Waters's avatar Matthew Waters :koala:
Browse files

gl: mark library as API unstable

parent 4ed2a66f
No related branches found
No related tags found
Loading
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
#ifndef __GST_GL_H__ #ifndef __GST_GL_H__
#define __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/gstgl_fwd.h>
#include <gst/gl/gstglconfig.h> #include <gst/gl/gstglconfig.h>
#include <gst/gl/gstglapi.h> #include <gst/gl/gstglapi.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment