mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
opus: Improve annotation of internal function
https://bugzilla.gnome.org/show_bug.cgi?id=734543
This commit is contained in:
parent
ea90ceac01
commit
e30f4a2851
1 changed files with 4 additions and 3 deletions
|
@ -96,16 +96,17 @@ gst_opus_enc_create_metadata_buffer (const GstTagList * tags)
|
||||||
/*
|
/*
|
||||||
* (really really) FIXME: move into core (dixit tpm)
|
* (really really) FIXME: move into core (dixit tpm)
|
||||||
*/
|
*/
|
||||||
/**
|
/*
|
||||||
* _gst_caps_set_buffer_array:
|
* _gst_caps_set_buffer_array:
|
||||||
* @caps: a #GstCaps
|
* @caps: (transfer full): a #GstCaps
|
||||||
* @field: field in caps to set
|
* @field: field in caps to set
|
||||||
* @buf: header buffers
|
* @buf: header buffers
|
||||||
*
|
*
|
||||||
* Adds given buffers to an array of buffers set as the given @field
|
* Adds given buffers to an array of buffers set as the given @field
|
||||||
* on the given @caps. List of buffer arguments must be NULL-terminated.
|
* on the given @caps. List of buffer arguments must be NULL-terminated.
|
||||||
*
|
*
|
||||||
* Returns: input caps with a streamheader field added, or NULL if some error
|
* Returns: (transfer full): input caps with a streamheader field added, or NULL
|
||||||
|
* if some error occurred
|
||||||
*/
|
*/
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
_gst_caps_set_buffer_array (GstCaps * caps, const gchar * field,
|
_gst_caps_set_buffer_array (GstCaps * caps, const gchar * field,
|
||||||
|
|
Loading…
Reference in a new issue