summaryrefslogtreecommitdiff
path: root/gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h')
-rw-r--r--gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h b/gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h
index 590cb6882..c6dbf043d 100644
--- a/gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h
+++ b/gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h
@@ -21,6 +21,11 @@
#ifndef __GST_CAMERABIN_ENUM_H__
#define __GST_CAMERABIN_ENUM_H__
+#ifndef GST_USE_UNSTABLE_API
+#warning "camerabin enums are unstable API and may change in future."
+#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
+#endif
+
#include <gst/gst.h>
G_BEGIN_DECLS