doc: Fix gtk-doc transfer annotations
This commit is contained in:
@@ -60,7 +60,7 @@ media_codec_available_in_gst (MediaCodecInfo *codec) {
|
||||
*
|
||||
* @name: The name of the codec
|
||||
*
|
||||
* Returns: (transfer: none) A #MediaCodecInfo, if found
|
||||
* Returns: (transfer none): A #MediaCodecInfo, if found
|
||||
*/
|
||||
MediaCodecInfo *
|
||||
media_codec_by_name (const char *name)
|
||||
@@ -79,7 +79,7 @@ media_codec_by_name (const char *name)
|
||||
*
|
||||
* @payload_id: The payload id (see RFC 3551, 3555, 4733, 4855)
|
||||
*
|
||||
* Returns: (transfer: none) A #MediaCodecInfo, if found
|
||||
* Returns: (transfer none): A #MediaCodecInfo, if found
|
||||
*/
|
||||
MediaCodecInfo *
|
||||
media_codec_by_payload_id (guint payload_id)
|
||||
@@ -96,7 +96,7 @@ media_codec_by_payload_id (guint payload_id)
|
||||
*
|
||||
* @codec: A #MediaCodecInfo
|
||||
*
|
||||
* Returns: (transfer: full) The capability string describing GstCaps.
|
||||
* Returns: (transfer full): The capability string describing GstCaps.
|
||||
* Used for the RTP source element.
|
||||
*/
|
||||
gchar *
|
||||
@@ -111,7 +111,7 @@ media_codec_get_gst_capabilities (MediaCodecInfo *codec)
|
||||
|
||||
/* media_codecs_get_candidates:
|
||||
*
|
||||
* Returns: (transfer: none) A #GList of codec candidates of type #MediaCodecInfo
|
||||
* Returns: (transfer none): A #GList of codec candidates of type #MediaCodecInfo
|
||||
*/
|
||||
GList *
|
||||
media_codecs_get_candidates ()
|
||||
|
||||
Reference in New Issue
Block a user