mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl: mark library as API unstable
This commit is contained in:
parent
097373ed19
commit
c399908c4b
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue