libs:base: Properly declare APIs as UNSTABLE

This commit is contained in:
Thibault Saunier 2014-06-21 16:51:01 +02:00 committed by Tim-Philipp Müller
parent bd03141055
commit eace37b743

View file

@ -23,6 +23,11 @@
#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