Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
4e611444
Commit
4e611444
authored
Jul 30, 2012
by
Ghislain MARY
Browse files
Set the ICE session to the Running state when adding a new check list.
parent
9304d7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/ice.c
src/ice.c
+3
-0
No files found.
src/ice.c
View file @
4e611444
...
...
@@ -592,6 +592,9 @@ void ice_session_add_check_list(IceSession *session, IceCheckList *cl)
{
session
->
streams
=
ms_list_append
(
session
->
streams
,
cl
);
cl
->
session
=
session
;
if
(
cl
->
state
==
ICL_Running
)
{
session
->
state
=
IS_Running
;
}
}
static
int
ice_find_default_candidate_from_componentID
(
const
IceCandidate
*
candidate
,
const
uint16_t
*
componentID
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment