buffer: Update annotations

https://bugzilla.gnome.org/show_bug.cgi?id=680805
This commit is contained in:
Jens Georg 2012-07-29 23:37:19 +02:00 committed by Tim-Philipp Müller
parent e1b28dc327
commit d89219eba3

View file

@ -1061,8 +1061,8 @@ gst_buffer_find_memory (GstBuffer * buffer, gsize offset, gsize size,
/**
* gst_buffer_get_sizes:
* @b: a #GstBuffer.
* @of: a pointer to the offset
* @ms: a pointer to the maxsize
* @of: (out): a pointer to the offset
* @ms: (out): a pointer to the maxsize
*
* Get the total size of the memory blocks in @b.
*
@ -1087,8 +1087,8 @@ gst_buffer_find_memory (GstBuffer * buffer, gsize offset, gsize size,
* @buffer: a #GstBuffer.
* @idx: an index
* @length: a length
* @offset: a pointer to the offset
* @maxsize: a pointer to the maxsize
* @offset: (out): a pointer to the offset
* @maxsize: (out): a pointer to the maxsize
*
* Get the total size of @length memory blocks stating from @idx in @buffer.
*