mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
audio: fix docs
This commit is contained in:
parent
bfd417644d
commit
c42e257751
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,7 @@ struct _GstAudioFormatInfo {
|
||||||
GstAudioFormatUnpack unpack_func;
|
GstAudioFormatUnpack unpack_func;
|
||||||
GstAudioFormatPack pack_func;
|
GstAudioFormatPack pack_func;
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -287,6 +288,7 @@ struct _GstAudioInfo {
|
||||||
gint bpf;
|
gint bpf;
|
||||||
GstAudioChannelPosition position[64];
|
GstAudioChannelPosition position[64];
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue