mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
audiostreamalign: Mark the whole type as new in 1.14
This commit is contained in:
parent
f6520ee9db
commit
b058de9d90
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue