Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
a58b92bb
Commit
a58b92bb
authored
Oct 30, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix unit tests for the gathering-candidates API change
parent
1dfb9efb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
agent/test-fallback.c
agent/test-fallback.c
+1
-1
agent/test-fullmode.c
agent/test-fullmode.c
+1
-1
agent/test-restart.c
agent/test-restart.c
+1
-1
agent/test-thread.c
agent/test-thread.c
+1
-1
No files found.
agent/test-fallback.c
View file @
a58b92bb
...
...
@@ -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
,
g
uint
stream_id
,
g
pointer
data
)
{
g_debug
(
"test-fallback:%s: %p"
,
G_STRFUNC
,
data
);
...
...
agent/test-fullmode.c
View file @
a58b92bb
...
...
@@ -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
,
g
uint
stream_id
,
g
pointer
data
)
{
g_debug
(
"test-fullmode:%s: %p"
,
G_STRFUNC
,
data
);
...
...
agent/test-restart.c
View file @
a58b92bb
...
...
@@ -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
,
g
uint
stream_id
,
g
pointer
data
)
{
g_debug
(
"test-restart:%s: %p"
,
G_STRFUNC
,
data
);
...
...
agent/test-thread.c
View file @
a58b92bb
...
...
@@ -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
,
g
uint
stream_id
,
g
pointer
data
)
{
NiceAgent
*
other
=
g_object_get_data
(
G_OBJECT
(
agent
),
"other-agent"
);
const
gchar
*
ufrag
=
NULL
,
*
password
=
NULL
;
...
...
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