webrtc:ice: Fix some annotations
authorThibault Saunier <tsaunier@igalia.com>
Mon, 15 Aug 2022 15:37:57 +0000 (11:37 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Aug 2022 08:34:36 +0000 (08:34 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>

subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c

index d197f19..bebad88 100644 (file)
@@ -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