mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
libs:base: Properly declare APIs as UNSTABLE
This commit is contained in:
parent
bd03141055
commit
eace37b743
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
||||||
#ifndef __GST_AGGREGATOR_H__
|
#ifndef __GST_AGGREGATOR_H__
|
||||||
#define __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>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
Loading…
Reference in a new issue