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
bc372212
Commit
bc372212
authored
Sep 27, 2010
by
Simon Morlat
Browse files
small debug improvement
parent
0d788c47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/audiostream.c
src/audiostream.c
+2
-1
No files found.
src/audiostream.c
View file @
bc372212
...
...
@@ -111,7 +111,8 @@ static void audio_stream_configure_resampler(MSFilter *resampler,MSFilter *from,
ms_filter_call_method
(
to
,
MS_FILTER_GET_SAMPLE_RATE
,
&
to_rate
);
ms_filter_call_method
(
resampler
,
MS_FILTER_SET_SAMPLE_RATE
,
&
from_rate
);
ms_filter_call_method
(
resampler
,
MS_FILTER_SET_OUTPUT_SAMPLE_RATE
,
&
to_rate
);
ms_debug
(
"configuring from rate[%i] to rate [%i]"
,
from_rate
,
to_rate
);
ms_message
(
"configuring %s-->%s from rate[%i] to rate [%i]"
,
from
->
desc
->
name
,
to
->
desc
->
name
,
from_rate
,
to_rate
);
}
RtpSession
*
create_duplex_rtpsession
(
int
locport
,
bool_t
ipv6
){
...
...
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