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
liblinphone
Commits
92c1c6d4
Commit
92c1c6d4
authored
Jan 31, 2015
by
johan
Browse files
code cleaning
remove useless DTLS debug traces
parent
c78383dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecall.c
View file @
92c1c6d4
...
...
@@ -2241,9 +2241,7 @@ static void linphone_call_start_audio_stream(LinphoneCall *call, bool_t muted, b
snprintf
(
rtcp_tool
,
sizeof
(
rtcp_tool
)
-
1
,
"%s-%s"
,
linphone_core_get_user_agent_name
(),
linphone_core_get_user_agent_version
());
stream
=
sal_media_description_find_best_stream
(
call
->
resultdesc
,
SalAudio
);
ms_message
(
"DTLS: call_start_audio_stream, stream is %s"
,
stream
==
NULL
?
"NULL"
:
"not NULL"
);
if
(
stream
&&
stream
->
dir
!=
SalStreamInactive
&&
stream
->
rtp_port
!=
0
){
ms_message
(
"DTLS: call_start_audio_stream : we have stream and all stuff to start it"
);
playcard
=
lc
->
sound_conf
.
lsd_card
?
lc
->
sound_conf
.
lsd_card
:
lc
->
sound_conf
.
play_sndcard
;
captcard
=
lc
->
sound_conf
.
capt_sndcard
;
...
...
@@ -2252,7 +2250,6 @@ static void linphone_call_start_audio_stream(LinphoneCall *call, bool_t muted, b
call
->
audio_profile
=
make_profile
(
call
,
call
->
resultdesc
,
stream
,
&
used_pt
);
if
(
used_pt
!=-
1
){
ms_message
(
"DTLS: call_start_audio_stream : we made a profile and have used_pt != -1"
);
call
->
current_params
->
audio_codec
=
rtp_profile_get_payload
(
call
->
audio_profile
,
used_pt
);
if
(
playcard
==
NULL
)
{
ms_warning
(
"No card defined for playback !"
);
...
...
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