audio: Add missing G_BEGIN/END_DECLS
This commit is contained in:
parent
f88b20397f
commit
a37f4eeff8
@ -26,6 +26,8 @@
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GstAudioConverter GstAudioConverter;
|
||||
|
||||
/**
|
||||
@ -154,4 +156,6 @@ gboolean gst_audio_converter_samples (GstAudioConverter * co
|
||||
GST_EXPORT
|
||||
gboolean gst_audio_converter_supports_inplace (GstAudioConverter *convert);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_AUDIO_CONVERTER_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user