Commit 19eeae97 authored by Kai Vehmanen's avatar Kai Vehmanen

Correctly emit the GATHERING->CONNECTING state change signal.

darcs-hash:20070717181645-77cd4-5f7408d75259247989da4a8f4f192d8db463714a.gz
parent 83c71408
......@@ -531,6 +531,10 @@ int conn_check_add_for_candidate (NiceAgent *agent, guint stream_id, Component *
result = priv_add_new_check_pair (agent, stream_id, component, local, remote, NICE_CHECK_FROZEN, FALSE);
if (result) {
++added;
agent_signal_component_state_change (agent,
stream_id,
component->id,
NICE_COMPONENT_STATE_CONNECTING);
}
else {
added = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment