summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/gstbasevideoencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/video/gstbasevideoencoder.h')
-rw-r--r--gst-libs/gst/video/gstbasevideoencoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/video/gstbasevideoencoder.h b/gst-libs/gst/video/gstbasevideoencoder.h
index a3b6e3d7..7b9f23b4 100644
--- a/gst-libs/gst/video/gstbasevideoencoder.h
+++ b/gst-libs/gst/video/gstbasevideoencoder.h
@@ -20,6 +20,11 @@
#ifndef _GST_BASE_VIDEO_ENCODER_H_
#define _GST_BASE_VIDEO_ENCODER_H_
+#ifndef GST_USE_UNSTABLE_API
+#warning "GstBaseVideoEncoder is unstable API and may change in future."
+#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
+#endif
+
#include <gst/video/gstbasevideocodec.h>
#include <gst/video/gstbasevideoutils.h>