mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
audiostreamalign: Add G_BEGIN_DECLS/G_END_DECLS
This commit is contained in:
parent
895d884701
commit
9bbcccc21e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue