mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
audio: Add missing G_BEGIN/END_DECLS
This commit is contained in:
parent
f88b20397f
commit
a37f4eeff8
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _GstAudioConverter GstAudioConverter;
|
typedef struct _GstAudioConverter GstAudioConverter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -154,4 +156,6 @@ gboolean gst_audio_converter_samples (GstAudioConverter * co
|
||||||
GST_EXPORT
|
GST_EXPORT
|
||||||
gboolean gst_audio_converter_supports_inplace (GstAudioConverter *convert);
|
gboolean gst_audio_converter_supports_inplace (GstAudioConverter *convert);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_AUDIO_CONVERTER_H__ */
|
#endif /* __GST_AUDIO_CONVERTER_H__ */
|
||||||
|
|
Loading…
Reference in a new issue