gst: add some GIR array annotations

This commit is contained in:
Mark Nauwelaerts 2018-03-29 18:59:43 +02:00
parent e141c85f96
commit ea0f8ebce1
2 changed files with 3 additions and 2 deletions

View file

@ -1854,7 +1854,8 @@ gst_buffer_fill (GstBuffer * buffer, gsize offset, gconstpointer src,
* gst_buffer_extract:
* @buffer: a #GstBuffer.
* @offset: the offset to extract
* @dest: the destination address
* @dest: (out caller-allocates) (array length=size) (element-type guint8):
* the destination address
* @size: the size to extract
*
* Copy @size bytes starting from @offset in @buffer to @dest.

View file

@ -50,7 +50,7 @@
/**
* gst_util_dump_mem:
* @mem: a pointer to the memory to dump
* @mem: (array length=size): a pointer to the memory to dump
* @size: the size of the memory block to dump
*
* Dumps the memory block into a hex representation. Useful for debugging.