projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd03141
)
libs:base: Properly declare APIs as UNSTABLE
author
Thibault Saunier
<tsaunier@gnome.org>
Sat, 21 Jun 2014 14:51:01 +0000
(16:51 +0200)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 2 Dec 2017 15:10:25 +0000
(15:10 +0000)
libs/gst/base/gstaggregator.h
patch
|
blob
|
history
diff --git
a/libs/gst/base/gstaggregator.h
b/libs/gst/base/gstaggregator.h
index
3965ccc
..
507da13
100644
(file)
--- 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 <gst/gst.h>
G_BEGIN_DECLS