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
370da3da
Commit
370da3da
authored
Jan 02, 2017
by
Simon Morlat
Browse files
improve log
parent
78d88d8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.c
View file @
370da3da
...
...
@@ -1560,7 +1560,7 @@ static void linphone_core_register_payload_type(LinphoneCore *lc, const PayloadT
payload_type_set_number
(
pt
,
(
number
=
rtp_profile_find_payload_number
(
&
av_profile
,
pt
->
mime_type
,
pt
->
clock_rate
,
pt
->
channels
))
);
ms_message
(
"Codec %s/%i fmtp=[%s] number=%i,
enabled=
%i) added to the list of possible codecs."
,
pt
->
mime_type
,
pt
->
clock_rate
,
ms_message
(
"Codec %s/%i fmtp=[%s] number=%i,
default enablement:
%i) added to the list of possible codecs."
,
pt
->
mime_type
,
pt
->
clock_rate
,
pt
->
recv_fmtp
?
pt
->
recv_fmtp
:
""
,
number
,
(
int
)
payload_type_enabled
(
pt
));
*
codec_list
=
bctbx_list_append
(
*
codec_list
,
pt
);
}
...
...
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