memory: annotate GstMapInfo data as array for g-i

This commit is contained in:
Tim-Philipp Müller 2012-06-23 12:37:16 +01:00
parent a2cc2b5af2
commit b5a064850e

View file

@ -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