summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-08-28 11:13:14 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-08-28 11:13:14 +0100
commitf7079af630112118ab8f69cd4645637040b764f8 (patch)
treee424424897df52e1d517c2f1deb32d34a5f77745
parentcf791f6cb011959bcfdc72762d31f4a1b9dc07d2 (diff)
downloadgstreamer-plugins-bad-f7079af630112118ab8f69cd4645637040b764f8.tar.gz
mpegts: mark as unstable API
-rw-r--r--gst-libs/gst/mpegts/mpegts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/mpegts.h b/gst-libs/gst/mpegts/mpegts.h
index 1d42dc7df..95c1d0221 100644
--- a/gst-libs/gst/mpegts/mpegts.h
+++ b/gst-libs/gst/mpegts/mpegts.h
@@ -24,6 +24,11 @@
#ifndef _GST_MPEGTS_H_
#define _GST_MPEGTS_H_
+#ifndef GST_USE_UNSTABLE_API
+#warning "The GStreamer mpegts library is unstable API and may change in future."
+#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
+#endif
+
#include <gst/mpegts/gstmpegtsdescriptor.h>
#include <gst/mpegts/gst-dvb-descriptor.h>
#include <gst/mpegts/gstmpegtssection.h>