summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-06-21 16:57:34 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-06-21 17:02:50 +0200
commit4ed2a66f1eb31e96a0d7acc714256d50e007b434 (patch)
tree796f5c23756b3cb902dffe83780a3a227e807560
parentbc5e2300408454032cdc72ea254728780f55749a (diff)
downloadgstreamer-plugins-bad-4ed2a66f1eb31e96a0d7acc714256d50e007b434.tar.gz
libs:uridownloader: Properly declare APIs as UNSTABLE
-rw-r--r--gst-libs/gst/uridownloader/gsturidownloader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/uridownloader/gsturidownloader.h b/gst-libs/gst/uridownloader/gsturidownloader.h
index c40a46030..80b8a3e76 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 <glib-object.h>
#include <gst/gst.h>
#include "gstfragment.h"