audiostreamalign: Add G_BEGIN_DECLS/G_END_DECLS
This commit is contained in:
parent
895d884701
commit
9bbcccc21e
@ -24,6 +24,8 @@
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_AUDIO_INFO_STREAM_ALIGN (gst_audio_stream_align_get_type ())
|
||||
|
||||
typedef struct _GstAudioStreamAlign GstAudioStreamAlign;
|
||||
@ -77,4 +79,6 @@ gboolean gst_audio_stream_align_process (GstAud
|
||||
GstClockTime *out_duration,
|
||||
guint64 *out_sample_position);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_AUDIO_STREAM_ALIGN_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user