mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
bitwriter: Add missing annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1392>
This commit is contained in:
parent
6da9285158
commit
4e2e8492c9
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ gst_bit_writer_new_with_size (guint size, gboolean fixed)
|
|||
|
||||
/**
|
||||
* gst_bit_writer_new_with_data: (skip)
|
||||
* @data: Memory area for writing
|
||||
* @data: (array length=size) (transfer none): Memory area for writing
|
||||
* @size: Size of @data in bytes
|
||||
* @initialized: if %TRUE the complete data can be read from the beginning
|
||||
*
|
||||
|
@ -333,7 +333,7 @@ gst_bit_writer_get_size (const GstBitWriter * bitwriter)
|
|||
*
|
||||
* Get written data pointer
|
||||
*
|
||||
* Returns: data pointer
|
||||
* Returns: (array) (transfer none): data pointer
|
||||
*/
|
||||
guint8 *
|
||||
gst_bit_writer_get_data (const GstBitWriter * bitwriter)
|
||||
|
@ -418,7 +418,7 @@ GST_BIT_WRITER_WRITE_BITS (64)
|
|||
/**
|
||||
* gst_bit_writer_put_bytes:
|
||||
* @bitwriter: a #GstBitWriter instance
|
||||
* @data: pointer of data to write
|
||||
* @data: (array): pointer of data to write
|
||||
* @nbytes: number of bytes to write
|
||||
*
|
||||
* Write @nbytes bytes of @data to #GstBitWriter.
|
||||
|
|
Loading…
Reference in a new issue