diff --git a/gst-libs/gst/audio/gstbaseaudioencoder.h b/gst-libs/gst/audio/gstbaseaudioencoder.h index a23a1b3c98..3ae69e9186 100644 --- a/gst-libs/gst/audio/gstbaseaudioencoder.h +++ b/gst-libs/gst/audio/gstbaseaudioencoder.h @@ -22,6 +22,11 @@ #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 #include #include