baseaudioencoder: mark unstable API

This commit is contained in:
Mark Nauwelaerts 2011-03-14 12:39:49 +01:00 committed by Tim-Philipp Müller
parent b47c08ba17
commit cb04eaaa8f

View file

@ -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>