libs:base: Properly declare APIs as UNSTABLE
authorThibault Saunier <tsaunier@gnome.org>
Sat, 21 Jun 2014 14:51:01 +0000 (16:51 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:25 +0000 (15:10 +0000)
libs/gst/base/gstaggregator.h

index 3965ccc..507da13 100644 (file)
 #ifndef __GST_AGGREGATOR_H__
 #define __GST_AGGREGATOR_H__
 
+#ifndef GST_USE_UNSTABLE_API
+#warning "The Base 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/gst.h>
 
 G_BEGIN_DECLS