From 50202d6b53d46a4bb3e9abf8893cc60dc64d4c04 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 15 Aug 2022 11:37:57 -0400 Subject: [PATCH] webrtc:ice: Fix some annotations Part-of: --- subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c index d197f19..bebad88 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c @@ -279,8 +279,8 @@ gst_webrtc_ice_get_remote_candidates (GstWebRTCICE * ice, * gst_webrtc_ice_get_selected_pair: * @ice: The #GstWebRTCICE * @stream: The #GstWebRTCICEStream - * @local_stats: A pointer to #GstWebRTCICECandidateStats for local candidate - * @remote_stats: A pointer to #GstWebRTCICECandidateStats for remote candidate + * @local_stats: (out) (transfer full): A pointer to #GstWebRTCICECandidateStats for local candidate + * @remote_stats: (out) (transfer full): pointer to #GstWebRTCICECandidateStats for remote candidate * * Returns: FALSE on failure, otherwise @local_stats @remote_stats will be set * Since: 1.22 -- 2.7.4