summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1d42dc7df1..95c1d02215 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>