sip: codecs: Fix transfer annotation of media_codecs_get_candidates()
This commit is contained in:
@@ -111,7 +111,8 @@ media_codec_get_gst_capabilities (MediaCodecInfo *codec)
|
|||||||
|
|
||||||
/* media_codecs_get_candidates:
|
/* 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 *
|
GList *
|
||||||
media_codecs_get_candidates (void)
|
media_codecs_get_candidates (void)
|
||||||
|
|||||||
Reference in New Issue
Block a user