mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
sip: codecs: Fix transfer annotation of media_codecs_get_candidates()
This commit is contained in:
parent
4e09ada0df
commit
b49041a3f2
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ media_codec_get_gst_capabilities (MediaCodecInfo *codec)
|
|||
|
||||
/* media_codecs_get_candidates:
|
||||
*
|
||||
* Returns: (transfer none): A #GList of codec candidates of type #MediaCodecInfo
|
||||
* Returns: (transfer container): A #GList of codec candidates of type #MediaCodecInfo.
|
||||
* Free the list with g_list_free when done.
|
||||
*/
|
||||
GList *
|
||||
media_codecs_get_candidates (void)
|
||||
|
|
Loading…
Reference in a new issue