From eace37b74358136e177cb4d652df1d4559d162c8 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 21 Jun 2014 16:51:01 +0200 Subject: [PATCH] libs:base: Properly declare APIs as UNSTABLE --- libs/gst/base/gstaggregator.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h index 3965ccc48f..507da136cb 100644 --- a/libs/gst/base/gstaggregator.h +++ b/libs/gst/base/gstaggregator.h @@ -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 G_BEGIN_DECLS