Skip to content
Snippets Groups Projects
Commit 4ed2a66f authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

libs:uridownloader: Properly declare APIs as UNSTABLE

parent bc5e2300
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment