mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mpegts: mark as unstable API
This commit is contained in:
parent
cf791f6cb0
commit
f7079af630
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
|||
#ifndef _GST_MPEGTS_H_
|
||||
#define _GST_MPEGTS_H_
|
||||
|
||||
#ifndef GST_USE_UNSTABLE_API
|
||||
#warning "The GStreamer mpegts library is unstable API and may change in future."
|
||||
#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
|
||||
#endif
|
||||
|
||||
#include <gst/mpegts/gstmpegtsdescriptor.h>
|
||||
#include <gst/mpegts/gst-dvb-descriptor.h>
|
||||
#include <gst/mpegts/gstmpegtssection.h>
|
||||
|
|
Loading…
Reference in a new issue