baseaudioencoder: mark unstable API
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 14 Mar 2011 11:39:49 +0000 (12:39 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 27 Aug 2011 13:46:59 +0000 (14:46 +0100)
gst-libs/gst/audio/gstbaseaudioencoder.h

index a23a1b3..3ae69e9 100644 (file)
 #ifndef __GST_BASE_AUDIO_ENCODER_H__
 #define __GST_BASE_AUDIO_ENCODER_H__
 
+#ifndef GST_USE_UNSTABLE_API
+#warning "GstBaseAudioEncoder 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/base/gstadapter.h>
 #include <gst/audio/multichannel.h>