audio: fix docs
This commit is contained in:
parent
bfd417644d
commit
c42e257751
@ -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…
x
Reference in New Issue
Block a user