mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
webrtc:ice: Reindent header
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>
This commit is contained in:
parent
0ee9727df3
commit
82a7a23fa0
1 changed files with 69 additions and 71 deletions
|
@ -113,11 +113,9 @@ struct _GstWebRTCICEClass {
|
|||
GstWebRTCICEOnCandidateFunc func,
|
||||
gpointer user_data,
|
||||
GDestroyNotify notify);
|
||||
GstWebRTCICECandidateStats*
|
||||
(*get_local_candidates) (GstWebRTCICE * ice,
|
||||
GstWebRTCICECandidateStats* (*get_local_candidates) (GstWebRTCICE * ice,
|
||||
GstWebRTCICEStream * stream);
|
||||
GstWebRTCICECandidateStats*
|
||||
(get_remote_candidates) (GstWebRTCICE * ice,
|
||||
GstWebRTCICECandidateStats* (*get_remote_candidates)(GstWebRTCICE * ice,
|
||||
GstWebRTCICEStream * stream);
|
||||
gboolean (*get_selected_pair) (GstWebRTCICE * ice,
|
||||
GstWebRTCICEStream * stream,
|
||||
|
|
Loading…
Reference in a new issue