mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
memory: annotate GstMapInfo data as array for g-i
This commit is contained in:
parent
a2cc2b5af2
commit
b5a064850e
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ typedef enum {
|
|||
* GstMapInfo:
|
||||
* @memory: a pointer to the mapped memory
|
||||
* @flags: flags used when mapping the memory
|
||||
* @data: a pointer to the mapped data
|
||||
* @data: (array length=size): a pointer to the mapped data
|
||||
* @size: the valid size in @data
|
||||
* @maxsize: the maximum bytes in @data
|
||||
* @user_data: extra private user_data that the implementation of the memory
|
||||
|
|
Loading…
Reference in a new issue