mpegts: mark as unstable API
authorTim-Philipp Müller <tim@centricular.net>
Wed, 28 Aug 2013 10:13:14 +0000 (11:13 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 28 Aug 2013 10:13:14 +0000 (11:13 +0100)
gst-libs/gst/mpegts/mpegts.h

index 1d42dc7..95c1d02 100644 (file)
 #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>