mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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 ())
|
#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;
|
typedef struct _GstAudioStreamAlign GstAudioStreamAlign;
|
||||||
|
|
||||||
GST_AUDIO_API
|
GST_AUDIO_API
|
||||||
|
|
Loading…
Reference in a new issue