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
674c20e4
Commit
674c20e4
authored
Feb 20, 2013
by
Simon Morlat
Browse files
fix crash in log.
add galaxy S2 model.
parent
bd07524c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/android/android_echo.cpp
src/android/android_echo.cpp
+1
-0
src/android/androidsound.cpp
src/android/androidsound.cpp
+1
-1
No files found.
src/android/android_echo.cpp
View file @
674c20e4
...
...
@@ -60,6 +60,7 @@ static EcDescription ec_table[]={
{
"samsung"
,
"GT-I9070"
,
""
,
TRUE
,
0
},
/* Galaxy S Advance */
{
"samsung"
,
"SPH-D700"
,
""
,
FALSE
,
200
},
/* Galaxy S Epic 4G*/
{
"samsung"
,
"GT-I9100"
,
""
,
TRUE
,
0
},
/*Galaxy S2*/
{
"samsung"
,
"GT-I9100P"
,
"s5pc210"
,
TRUE
,
0
},
/*Galaxy S2*/
{
"samsung"
,
"GT-S7562"
,
""
,
TRUE
,
0
},
/*<Galaxy S Duo*/
{
"samsung"
,
"SCH-I415"
,
""
,
TRUE
,
0
},
/* Galaxy S ??*/
{
"samsung"
,
"SCH-I425"
,
""
,
TRUE
,
0
},
/* Galaxy S ??*/
...
...
src/android/androidsound.cpp
View file @
674c20e4
...
...
@@ -267,7 +267,7 @@ static MSSndCard * android_snd_card_new(void)
else
obj
->
latency
=
params
.
delay
;
}
else
{
obj
->
latency
=
250
;
ms_warning
(
"Model not echo-calibrated, using default delay value: %
s
ms"
,
obj
->
latency
);
ms_warning
(
"Model not echo-calibrated, using default delay value: %
i
ms"
,
obj
->
latency
);
}
return
obj
;
}
...
...
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