mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
webrtc:ice: Fix some annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>
This commit is contained in:
parent
8dd4c215da
commit
50202d6b53
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue