From c399908c4b1fc984def3cec17050afece5ea0041 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 22 Jun 2014 09:22:23 +1000 Subject: [PATCH] gl: mark library as API unstable --- gst-libs/gst/gl/gl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/gl/gl.h b/gst-libs/gst/gl/gl.h index ed1c6ab..4aee9c9 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 #include #include -- 2.7.4