Commit a58b92bb authored by Youness Alaoui's avatar Youness Alaoui

fix unit tests for the gathering-candidates API change

parent 1dfb9efb
...@@ -105,7 +105,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id, ...@@ -105,7 +105,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id,
} }
} }
static void cb_candidate_gathering_done(NiceAgent *agent, gpointer data) static void cb_candidate_gathering_done(NiceAgent *agent, guint stream_id, gpointer data)
{ {
g_debug ("test-fallback:%s: %p", G_STRFUNC, data); g_debug ("test-fallback:%s: %p", G_STRFUNC, data);
......
...@@ -134,7 +134,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id, ...@@ -134,7 +134,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id,
} }
} }
static void cb_candidate_gathering_done(NiceAgent *agent, gpointer data) static void cb_candidate_gathering_done(NiceAgent *agent, guint stream_id, gpointer data)
{ {
g_debug ("test-fullmode:%s: %p", G_STRFUNC, data); g_debug ("test-fullmode:%s: %p", G_STRFUNC, data);
......
...@@ -92,7 +92,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id, ...@@ -92,7 +92,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id,
} }
} }
static void cb_candidate_gathering_done(NiceAgent *agent, gpointer data) static void cb_candidate_gathering_done(NiceAgent *agent, guint stream_id, gpointer data)
{ {
g_debug ("test-restart:%s: %p", G_STRFUNC, data); g_debug ("test-restart:%s: %p", G_STRFUNC, data);
......
...@@ -89,7 +89,7 @@ cb_new_selected_pair(NiceAgent *agent, ...@@ -89,7 +89,7 @@ cb_new_selected_pair(NiceAgent *agent,
} }
static void cb_candidate_gathering_done(NiceAgent *agent, gpointer data) static void cb_candidate_gathering_done(NiceAgent *agent, guint stream_id, gpointer data)
{ {
NiceAgent *other = g_object_get_data (G_OBJECT (agent), "other-agent"); NiceAgent *other = g_object_get_data (G_OBJECT (agent), "other-agent");
const gchar *ufrag = NULL, *password = NULL; const gchar *ufrag = NULL, *password = NULL;
......
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