1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2021-11-23 14:19:49 +01:00
parent 4e09ada0df
commit b49041a3f2

View file

@ -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)