mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
baseaudioencoder: mark unstable API
This commit is contained in:
parent
b47c08ba17
commit
cb04eaaa8f
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
#ifndef __GST_BASE_AUDIO_ENCODER_H__
|
||||
#define __GST_BASE_AUDIO_ENCODER_H__
|
||||
|
||||
#ifndef GST_USE_UNSTABLE_API
|
||||
#warning "GstBaseAudioEncoder is unstable API and may change in future."
|
||||
#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
#include <gst/audio/multichannel.h>
|
||||
|
|
Loading…
Reference in a new issue