From 4ed2a66f1eb31e96a0d7acc714256d50e007b434 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 21 Jun 2014 16:57:34 +0200 Subject: [PATCH] libs:uridownloader: Properly declare APIs as UNSTABLE --- gst-libs/gst/uridownloader/gsturidownloader.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/uridownloader/gsturidownloader.h b/gst-libs/gst/uridownloader/gsturidownloader.h index c40a46030b..80b8a3e76f 100644 --- a/gst-libs/gst/uridownloader/gsturidownloader.h +++ b/gst-libs/gst/uridownloader/gsturidownloader.h @@ -22,6 +22,11 @@ #ifndef __GSTURI_DOWNLOADER_H__ #define __GSTURI_DOWNLOADER_H__ +#ifndef GST_USE_UNSTABLE_API +#warning "The UriDownloaded library from gst-plugins-bad is unstable API and may change in future." +#warning "You can define GST_USE_UNSTABLE_API to avoid this warning." +#endif + #include #include #include "gstfragment.h"