summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-06-17 13:15:06 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-06-17 13:15:06 +0100
commitd4745ea78c785cc9ee49667c211cc5a7e9b5ae2e (patch)
tree676d1cac18210eb0ce5ad2784ae0ad74c436c289 /gst-libs/gst/wayland
parentfc4aa73aca841de1f8fc58e7d9f7a6768730a51f (diff)
downloadgstreamer-plugins-bad-d4745ea78c785cc9ee49667c211cc5a7e9b5ae2e.tar.gz
wayland: add unstable API guards to wayland library header
Diffstat (limited to 'gst-libs/gst/wayland')
-rw-r--r--gst-libs/gst/wayland/wayland.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/wayland/wayland.h b/gst-libs/gst/wayland/wayland.h
index 4c9e2f710..ff4b2dbce 100644
--- a/gst-libs/gst/wayland/wayland.h
+++ b/gst-libs/gst/wayland/wayland.h
@@ -21,6 +21,11 @@
#ifndef __GST_WAYLAND_H__
#define __GST_WAYLAND_H__
+#ifndef GST_USE_UNSTABLE_API
+#warning "The GStreamer wayland library 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 <wayland-client.h>