libs:video: Properly declare APIs as UNSTABLE

This commit is contained in:
Thibault Saunier 2014-06-21 16:52:51 +02:00
parent 9e0c81cb62
commit 6be7e91e4a

View file

@ -21,6 +21,11 @@
#ifndef __GST_VIDEO_AGGREGATOR_H__
#define __GST_VIDEO_AGGREGATOR_H__
#ifndef GST_USE_UNSTABLE_API
#warning "The Video 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>
#include <gst/video/video.h>
#include <gst/base/gstaggregator.h>