From d4745ea78c785cc9ee49667c211cc5a7e9b5ae2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 17 Jun 2014 13:15:06 +0100 Subject: wayland: add unstable API guards to wayland library header --- gst-libs/gst/wayland/wayland.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst-libs') 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 #include -- cgit v1.2.1