gl: mark library as API unstable

This commit is contained in:
Matthew Waters 2014-06-22 09:22:23 +10:00 committed by Tim-Philipp Müller
parent 097373ed19
commit c399908c4b

View file

@ -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>