mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
libs:uridownloader: Properly declare APIs as UNSTABLE
This commit is contained in:
parent
bc5e230040
commit
4ed2a66f1e
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue