diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2014-08-09 14:24:59 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-08-10 11:26:17 +0100 |
commit | e30f4a285180884f9df2d46c7f0573c7faddcc1a (patch) | |
tree | 9c837a0a9f3943a415b3115d1775ee376261b882 /ext/opus/gstopusheader.c | |
parent | ea90ceac011567b1b5696696e23a039f88737513 (diff) | |
download | gstreamer-plugins-bad-e30f4a285180884f9df2d46c7f0573c7faddcc1a.tar.gz |
opus: Improve annotation of internal function
https://bugzilla.gnome.org/show_bug.cgi?id=734543
Diffstat (limited to 'ext/opus/gstopusheader.c')
-rw-r--r-- | ext/opus/gstopusheader.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/opus/gstopusheader.c b/ext/opus/gstopusheader.c index 301171640..d190cc227 100644 --- a/ext/opus/gstopusheader.c +++ b/ext/opus/gstopusheader.c @@ -96,16 +96,17 @@ gst_opus_enc_create_metadata_buffer (const GstTagList * tags) /* * (really really) FIXME: move into core (dixit tpm) */ -/** +/* * _gst_caps_set_buffer_array: - * @caps: a #GstCaps + * @caps: (transfer full): a #GstCaps * @field: field in caps to set * @buf: header buffers * * 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. * - * 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 * _gst_caps_set_buffer_array (GstCaps * caps, const gchar * field, |