audiostreamalign: Mark the whole type as new in 1.14

This commit is contained in:
Sebastian Dröge 2018-03-15 09:58:11 +02:00
parent f6520ee9db
commit b058de9d90

View file

@ -29,6 +29,13 @@ G_BEGIN_DECLS
#define GST_TYPE_AUDIO_INFO_STREAM_ALIGN (gst_audio_stream_align_get_type ())
/**
* GstAudioStreamAlign:
*
* The opaque #GstAudioStreamAlign data structure.
*
* Since: 1.14
*/
typedef struct _GstAudioStreamAlign GstAudioStreamAlign;
GST_AUDIO_API