Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Show Cases
IBC 2019
multistream-server
Commits
6c75e8a9
Commit
6c75e8a9
authored
Aug 23, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated candidate print
parent
6d3b029d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/main.c
src/main.c
+0
-2
No files found.
src/main.c
View file @
6c75e8a9
...
...
@@ -79,8 +79,6 @@ static void
webrtc_on_ice_candidate_cb
(
GstElement
*
webrtcbin
,
guint
mlineindex
,
gchar
*
candidate
)
{
g_debug
(
"Local candidate: %s"
,
candidate
);
mss_http_server_send_candidate
(
http_server
,
g_object_get_data
(
G_OBJECT
(
webrtcbin
),
"client_id"
),
mlineindex
,
candidate
);
...
...
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