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
mediastreamer2
Commits
fd76ef68
Commit
fd76ef68
authored
Mar 08, 2016
by
Gautier Pelloux-Prayer
Browse files
tester: remove some debug code
parent
3e802257
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tester/mediastreamer2_audio_stream_tester.c
tester/mediastreamer2_audio_stream_tester.c
+2
-3
No files found.
tester/mediastreamer2_audio_stream_tester.c
View file @
fd76ef68
...
...
@@ -48,7 +48,6 @@ static int tester_before_all(void) {
rtp_profile_set_payload
(
&
rtp_profile
,
SPEEX16_PAYLOAD_TYPE
,
&
payload_type_speex_wb
);
rtp_profile_set_payload
(
&
rtp_profile
,
SILK16_PAYLOAD_TYPE
,
&
payload_type_silk_wb
);
rtp_profile_set_payload
(
&
rtp_profile
,
PCMA8_PAYLOAD_TYPE
,
&
payload_type_pcma8000
);
rtp_profile_set_payload
(
&
rtp_profile
,
127
,
&
payload_type_bv16
);
return
0
;
}
...
...
@@ -163,7 +162,7 @@ static void basic_audio_stream_base_2( const char* marielle_local_ip
,
ms_is_multicast
(
margaux_local_ip
)
?
margaux_local_rtp_port
:
margaux_remote_rtp_port
,
margaux_remote_ip
,
margaux_remote_rtcp_port
,
127
,
0
,
50
,
NULL
,
recorded_file
...
...
@@ -178,7 +177,7 @@ static void basic_audio_stream_base_2( const char* marielle_local_ip
,
marielle_remote_rtp_port
,
marielle_remote_ip
,
marielle_remote_rtcp_port
,
127
,
0
,
50
,
hello_file
,
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