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
5581a7cd
Commit
5581a7cd
authored
Nov 13, 2014
by
Simon Morlat
Browse files
fix terribly annoying log
parent
54c3926a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/android/androidsound.cpp
src/android/androidsound.cpp
+2
-3
No files found.
src/android/androidsound.cpp
View file @
5581a7cd
...
@@ -459,11 +459,10 @@ static void android_snd_read_process(MSFilter *obj){
...
@@ -459,11 +459,10 @@ static void android_snd_read_process(MSFilter *obj){
//ms_message("android_snd_read_process: Outputing %i bytes",msgdsize(om));
//ms_message("android_snd_read_process: Outputing %i bytes",msgdsize(om));
ms_queue_put
(
obj
->
outputs
[
0
],
om
);
ms_queue_put
(
obj
->
outputs
[
0
],
om
);
ad
->
nbufs
++
;
ad
->
nbufs
++
;
if
(
ad
->
nbufs
%
100
==
0
)
ms_message
(
"sound/wall clock skew is average=%g ms"
,
ad
->
av_skew
);
}
}
ms_mutex_unlock
(
&
ad
->
mutex
);
ms_mutex_unlock
(
&
ad
->
mutex
);
if
(
ad
->
nbufs
%
100
==
0
)
ms_message
(
"sound/wall clock skew is average=%f ms"
,
ad
->
av_skew
);
}
}
static
int
android_snd_read_set_sample_rate
(
MSFilter
*
obj
,
void
*
param
){
static
int
android_snd_read_set_sample_rate
(
MSFilter
*
obj
,
void
*
param
){
...
...
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